fixed error handling in order to make it coherent

This commit is contained in:
nemu
2008-09-02 08:54:46 +00:00
parent 13c48c72f0
commit 0508e8173d
3 changed files with 22 additions and 3 deletions

View File

@ -992,7 +992,6 @@ bool PMsrHandler::HandleFitParameterEntry(PMsrLines &lines)
cout << endl;
} else { // everything is OK, therefore add the parameter to the parameter list
fParam.push_back(param);
cout << endl << ">> PMsrHandler::HandleFitParameterEntry: i=" << fParam.size() << ", param.fLowerBoundary=" << param.fLowerBoundary << ", param.fUpperBoundary=" << param.fUpperBoundary;
}
// clean up