diff --git a/source/src/FabricationPlant.cxx b/source/src/FabricationPlant.cxx index 1befd3fb337770e6eceaf5ce0df60a3830d9a809..374f9444efc98aa6cac13e4c27f4a3bd7d306d76 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); }