mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
Changed everywhere from float to double, even mythenDetectorServer and the standalone files
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@206 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -11,7 +11,7 @@ using namespace std;
|
||||
|
||||
|
||||
|
||||
int energyConversion::readCalibrationFile(string fname, float &gain, float &offset){
|
||||
int energyConversion::readCalibrationFile(string fname, double &gain, double &offset){
|
||||
|
||||
string str;
|
||||
ifstream infile;
|
||||
@ -36,7 +36,7 @@ int energyConversion::readCalibrationFile(string fname, float &gain, float &offs
|
||||
return 0;
|
||||
};
|
||||
|
||||
int energyConversion::writeCalibrationFile(string fname, float gain, float offset){
|
||||
int energyConversion::writeCalibrationFile(string fname, double gain, double offset){
|
||||
//std::cout<< "Function not yet implemented " << std::endl;
|
||||
ofstream outfile;
|
||||
|
||||
|
Reference in New Issue
Block a user