From 05ed76bf4293739e10b4818dafd66ce014bd5556 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Thu, 21 Aug 2014 14:37:12 +0000 Subject: [PATCH] =?UTF-8?q?oups=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.in2p3.fr/class@362 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/CLASSV3/src/FabricationPlant.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/branches/CLASSV3/src/FabricationPlant.cxx b/source/branches/CLASSV3/src/FabricationPlant.cxx index fd1cfff38..b13f11bc1 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; -- GitLab