Skip to content
Snippets Groups Projects
Commit 86c29d70 authored by BaM's avatar BaM
Browse files

petit test

git-svn-id: svn+ssh://svn.in2p3.fr/class@215 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 11094eb0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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