From 4b332522d1b693af30ed1be44aef85bb56abba89 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Wed, 9 Jul 2014 15:17:05 +0000 Subject: [PATCH] git-svn-id: svn+ssh://svn.in2p3.fr/class@337 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/CLASSV3/src/IsotopicVector.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/branches/CLASSV3/src/IsotopicVector.cxx b/source/branches/CLASSV3/src/IsotopicVector.cxx index ab186260a..fb8212b12 100755 --- a/source/branches/CLASSV3/src/IsotopicVector.cxx +++ b/source/branches/CLASSV3/src/IsotopicVector.cxx @@ -278,8 +278,6 @@ bool IsotopicVector::operator<(const IsotopicVector& isotopicvector) const //________________________________________________________________________ IsotopicVector::IsotopicVector() { - fIsotopicQuantity = map<ZAI,double>(); - fIsotopicQuantityNeeded = map<ZAI,double>(); } -- GitLab