(i) added that LEM afs paths to musrfit_startup.xml. (ii) fixed the resize errors (0/1 issue)

This commit is contained in:
nemu
2009-11-10 11:34:27 +00:00
parent 8943295bef
commit d58d7f36e1
3 changed files with 12 additions and 10 deletions

View File

@ -223,7 +223,7 @@ int main(int argc, char *argv[])
}
// read all the necessary runs (raw data)
PRunDataHandler *dataHandler;
PRunDataHandler *dataHandler = 0;
if (success) {
if (startupHandler)
dataHandler = new PRunDataHandler(msrHandler, startupHandler->GetDataPathList());