From 3118b2ccf1b3931ea8917ab1096ca21212220426 Mon Sep 17 00:00:00 2001 From: matta <matta@npt> Date: Wed, 30 Jan 2013 17:58:06 +0000 Subject: [PATCH] * Removing debug cout in NPReaction --- NPLib/Physics/NPReaction.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/NPLib/Physics/NPReaction.cxx b/NPLib/Physics/NPReaction.cxx index e7bcce344..d2ff229a6 100644 --- a/NPLib/Physics/NPReaction.cxx +++ b/NPLib/Physics/NPReaction.cxx @@ -306,7 +306,6 @@ void Reaction::ReadConfigurationFile(string Path){ ReactionFile >> FileName >> HistName; if(fVerboseLevel==1) cout << "Reading Cross Section file: " << FileName << endl; SetCrossSectionHist( Read1DProfile(FileName, HistName )); - cout << "cccc " << fCrossSectionHist->GetNbinsX() << endl; } else if (DataBuffer.compare(0, 17, "HalfOpenAngleMin=") == 0) { -- GitLab