fixed the 8 byte iodelay trimfile bug, now writes as 4 bytes

This commit is contained in:
Dhanya Maliakal
2016-03-14 14:39:40 +01:00
parent b9e2a11adf
commit 7b7d42f253
3 changed files with 8 additions and 2 deletions

View File

@ -3132,6 +3132,7 @@ slsDetectorDefs::detectorSettings slsDetector::setSettings( detectorSettings ise
if(thisDetector->myDetectorType == EIGER)
iodelay = new int;
int ret=0;