From f90822671396120e6af06b8e5c89370df5620860 Mon Sep 17 00:00:00 2001 From: johnson_i Date: Thu, 12 Sep 2013 09:57:45 +0000 Subject: [PATCH] typo meV -> eV git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@662 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/eigerDetectorServer/Eiger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/eigerDetectorServer/Eiger.h b/slsDetectorSoftware/eigerDetectorServer/Eiger.h index 3678b17ab..ab7b6d81a 100644 --- a/slsDetectorSoftware/eigerDetectorServer/Eiger.h +++ b/slsDetectorSoftware/eigerDetectorServer/Eiger.h @@ -126,7 +126,7 @@ class Eiger:private Feb{ //bool SetHighVoltage(float value); bool SetHighVoltage(unsigned int module_num,float value); - bool SetPhotonEnergy(unsigned int full_energy_meV); + bool SetPhotonEnergy(unsigned int full_energy_eV); unsigned int GetPhotonEnergy(){return photon_energy_eV;} bool SetIDelays(unsigned int module_num, unsigned int ndelay_units);