mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 07:47:12 +02:00
users:double for time in ns, bugfix:readframe wen no gui, return ok for config
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@564 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -5246,7 +5246,7 @@ int slsDetector::readConfigurationFile(string const fname){
|
||||
#ifdef VERBOSE
|
||||
std::cout<< "Read configuration file of " << iline << " lines" << std::endl;
|
||||
#endif
|
||||
return iline;
|
||||
return OK;
|
||||
|
||||
}
|
||||
|
||||
@ -5308,7 +5308,7 @@ int slsDetector::readConfigurationFile(ifstream &infile){
|
||||
iline++;
|
||||
}
|
||||
delete cmd;
|
||||
return iline;
|
||||
return OK;
|
||||
|
||||
}
|
||||
|
||||
@ -5339,7 +5339,7 @@ int slsDetector::writeConfigurationFile(string const fname){
|
||||
#ifdef VERBOSE
|
||||
std::cout<< "wrote " <<ret << " lines to configuration file " << std::endl;
|
||||
#endif
|
||||
return ret;
|
||||
return OK;
|
||||
|
||||
|
||||
}
|
||||
@ -5425,7 +5425,7 @@ int slsDetector::writeConfigurationFile(ofstream &outfile, int id){
|
||||
}
|
||||
}
|
||||
delete cmd;
|
||||
return iv;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user