From 86c29d705b5d3047e5f453198aa239ee6bb9df45 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Tue, 18 Feb 2014 07:51:25 +0000 Subject: [PATCH] petit test git-svn-id: svn+ssh://svn.in2p3.fr/class@215 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/src/EvolutionData.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trunk/src/EvolutionData.cxx b/source/trunk/src/EvolutionData.cxx index 5bf46ca86..4e1a82878 100755 --- a/source/trunk/src/EvolutionData.cxx +++ b/source/trunk/src/EvolutionData.cxx @@ -45,7 +45,7 @@ double Distance(IsotopicVector IV1, EvolutionData Evd1 ) double d2=0; IsotopicVector IV2 = Evd1.GetIsotopicVectorAt(0.); - IsotopicVector IVtmp = IV1 + IV2; + IsotopicVector IVtmp = IV1; map<ZAI ,double> IVtmpIsotopicQuantity = IVtmp.GetIsotopicQuantity(); map<ZAI ,double >::iterator it; -- GitLab