From 7ddeed2ecb77ce5012ca576e5df6a7237ac6288c Mon Sep 17 00:00:00 2001 From: nemu Date: Thu, 4 Sep 2008 14:28:59 +0000 Subject: [PATCH] removed some unnessary comments --- src/classes/PMsrHandler.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/classes/PMsrHandler.cpp b/src/classes/PMsrHandler.cpp index 094c66ea..f54a221b 100644 --- a/src/classes/PMsrHandler.cpp +++ b/src/classes/PMsrHandler.cpp @@ -2317,7 +2317,7 @@ void PMsrHandler::FillParameterInUse(PMsrLines &theory, PMsrLines &funcs, PMsrLi } // go through all the run block lines 2nd time to filter remaining maps -cout << endl << ">> run block check (2nd time) ..."; +//cout << endl << ">> run block check (2nd time) ..."; for (iter = run.begin(); iter != run.end(); ++iter) { // remove potential comments str = iter->fLine; @@ -2336,7 +2336,7 @@ cout << endl << ">> run block check (2nd time) ..."; continue; // get the parameter number via map -cout << endl << ">> map.size() = " << map.size(); +//cout << endl << ">> map.size() = " << map.size(); for (unsigned int i=0; i> map.size() = " << map.size(); ival = str.Atoi(); if (ival > 0) { fParamInUse[ival-1]++; // this is OK since map is ranging from 1 .. -cout << endl << ">>>> param no : " << ival << ", via map no : " << map[i]; +//cout << endl << ">>>> param no : " << ival << ", via map no : " << map[i]; } } } @@ -2361,10 +2361,10 @@ cout << endl << ">>>> param no : " << ival << ", via map no : " << map[i]; } } -cout << endl << ">> fParamInUse: "; -for (unsigned int i=0; i> fParamInUse: "; +// for (unsigned int i=0; i