From 509dbd3f32b45c550c0610a935e0fa56b9bf7c42 Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Wed, 15 Jan 2014 12:32:24 +0000
Subject: [PATCH] comment comments

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

diff --git a/source/trunk/src/DataBank.cxx b/source/trunk/src/DataBank.cxx
index f5c5e3724..30eab36b4 100755
--- a/source/trunk/src/DataBank.cxx
+++ b/source/trunk/src/DataBank.cxx
@@ -1007,7 +1007,7 @@ TMatrixT<double> DataBank<IsotopicVector>::GetCaptureXsMatrix(EvolutionData Evol
 
 					if( it4 == fFastDecay.end() )
 					{
-						cout << "Capture Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()+1 << " " << (*it).first.I() << endl;
+						//cout << "Capture Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()+1 << " " << (*it).first.I() << endl;
 						BatemanMatrix[0][Index_it->second] += y* 1e-24  ;
 
 					}
@@ -1127,7 +1127,7 @@ TMatrixT<double> DataBank<IsotopicVector>::Getn2nXsMatrix(EvolutionData Evolutio
 
 					if( it4 == fFastDecay.end() )
 					{
-						cout << "n2n Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()-1 << " " << (*it).first.I() << endl;
+						//cout << "n2n Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()-1 << " " << (*it).first.I() << endl;
 
 						BatemanMatrix[0][Index_it->second] += y* 1e-24  ;
 					}
-- 
GitLab