Skip to content
Snippets Groups Projects
Commit eeec02fc authored by Baptiste LENIAU's avatar Baptiste LENIAU Committed by BaM
Browse files

Remove DBGL log in DecayDataBank::Evolution (make the log file too big ;) )

parent a0103226
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,6 @@ DecayDataBank::~DecayDataBank() ...@@ -79,7 +79,6 @@ DecayDataBank::~DecayDataBank()
//________________________________________________________________________ //________________________________________________________________________
IsotopicVector DecayDataBank::Evolution(const ZAI& zai, double dt) IsotopicVector DecayDataBank::Evolution(const ZAI& zai, double dt)
{ {
DBGL
IsotopicVector returnIV; IsotopicVector returnIV;
map<ZAI ,EvolutionData >::iterator it = fDecayDataBank.find(zai); map<ZAI ,EvolutionData >::iterator it = fDecayDataBank.find(zai);
...@@ -135,7 +134,6 @@ DBGL ...@@ -135,7 +134,6 @@ DBGL
} }
else returnIV = (*it).second.GetIsotopicVectorAt(dt); else returnIV = (*it).second.GetIsotopicVectorAt(dt);
DBGL
return returnIV; return returnIV;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment