diff --git a/source/branches/CLASSV3/src/FabricationPlant.cxx b/source/branches/CLASSV3/src/FabricationPlant.cxx index fd1cfff3843016706d2fbd8e6008a0e32ba93ec2..b13f11bc179a47e13af0b383acc718d5f879ce6d 100644 --- a/source/branches/CLASSV3/src/FabricationPlant.cxx +++ b/source/branches/CLASSV3/src/FabricationPlant.cxx @@ -53,7 +53,7 @@ FabricationPlant::FabricationPlant(CLASSLogger* log, double fabricationtime):CLA fSubstitutionFuel = false; fReUsable = 0; - = false; + fIsReusable = false; INFO << " A FabricationPlant has been define :" << endl; INFO << "\t Chronological Stock Priority has been set! "<< endl;