From e4c611f32281a90f9b5f640b9a57ff2cc107d3d4 Mon Sep 17 00:00:00 2001 From: Fanny <fanny.courtin@subatech.in2p3.fr> Date: Thu, 16 Feb 2017 09:11:26 +0100 Subject: [PATCH] Updating error in Fabrication Plant --- source/src/FabricationPlant.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/src/FabricationPlant.cxx b/source/src/FabricationPlant.cxx index 1befd3fb3..374f9444e 100644 --- a/source/src/FabricationPlant.cxx +++ b/source/src/FabricationPlant.cxx @@ -183,6 +183,10 @@ void FabricationPlant::FabricationPlantEvolution(cSecond t) if( R_CycleTime < GetCycleTime()) { ERROR << "Reactor Cycle Time is shorter than Fabrication Time of the fuel, we cannot deal it upto now!!!"<< endl; + ERROR << "Time : "<<t/24./3600./365.25<< endl; + ERROR << "Reactor : "<<GetParc()->GetReactor()[ReactorId]->GetName()<< endl; + ERROR << "Reactor Cycle Time: "<<R_CycleTime/24./3600./365.25<< endl; + ERROR << "Fabrication Plant Cycle Time : "<<GetCycleTime()/24./3600./365.25<< endl; exit(1); } -- GitLab