some more minor bug fixing leading towards ADDRUN

This commit is contained in:
nemu
2009-03-13 10:26:12 +00:00
parent 3eaa9e433f
commit 9f3fb85928
4 changed files with 28 additions and 30 deletions

View File

@ -494,8 +494,6 @@ bool PRunDataHandler::ReadNexusFile()
*/
bool PRunDataHandler::ReadWkmFile()
{
// cout << endl << "PRunDataHandler::ReadWkmFile(): Sorry, not yet implemented ...";
PDoubleVector histoData;
PRawRunData runData;
@ -511,7 +509,7 @@ bool PRunDataHandler::ReadWkmFile()
// open file
ifstream f;
// open dump-file
// open wkm-file
f.open(fRunPathName.Data(), ifstream::in);
if (!f.is_open()) {
cout << endl << "Couldn't open run data (" << fRunPathName.Data() << ") file for reading, sorry ...";