diff --git a/source/branches/BaM_Dev/Model/XS/XSM_MLP.cxx b/source/branches/BaM_Dev/Model/XS/XSM_MLP.cxx
index b90f71500db9491fbbc67ea0378f12db23199eaa..38f3fcc5a2ddf09b9b31010ae2e8f2055e6bffbd 100644
--- a/source/branches/BaM_Dev/Model/XS/XSM_MLP.cxx
+++ b/source/branches/BaM_Dev/Model/XS/XSM_MLP.cxx
@@ -379,7 +379,7 @@ EvolutionData XSM_MLP::GetCrossSectionsTime(IsotopicVector IV)
 				
 				pair< map<ZAI, TGraph*>::iterator, bool> IResult;
 				
-				IResult = ExtrapolatedXS[Reaction].insert(pair<ZAI ,TGraph* >(ZAI(Z,A,I), new TGraph() ) );
+				IResult = ExtrapolatedXS[Reaction].insert( pair<ZAI ,TGraph* >(ZAI(Z,A,I), new TGraph()) );
 				
 				double XSValue = ExecuteTMVA(fWeightFiles[i],InputTree );
 				if(IResult.second )