From 477ba3a513ea520e0d19a15b92e42ac04721dcbb Mon Sep 17 00:00:00 2001
From: Baptiste Mouginot <mouginot.baptiste@gmail.com>
Date: Tue, 18 Feb 2014 11:16:49 +0000
Subject: [PATCH] same

git-svn-id: svn+ssh://svn.in2p3.fr/class@217 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/src/DataBank.cxx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/source/trunk/src/DataBank.cxx b/source/trunk/src/DataBank.cxx
index 61009214f..4dbca25cb 100755
--- a/source/trunk/src/DataBank.cxx
+++ b/source/trunk/src/DataBank.cxx
@@ -1921,6 +1921,9 @@ EvolutionData DataBank<IsotopicVector>::GenerateEvolutionData(IsotopicVector iso
 	CaptureXSMatrix.clear();
 	n2nXSMatrix.clear();
 
+	if(fEvolutionDataInterpolation)
+		EvolutionDataStep.DeleteEvolutionData();
+
 	return GeneratedDB;
 
 }
-- 
GitLab