ensuring vthreshold returns the right value

This commit is contained in:
Dhanya Maliakal
2015-11-03 15:22:57 +01:00
parent 2e701168b9
commit bc6dfca552
3 changed files with 19 additions and 1 deletions

View File

@ -2161,6 +2161,8 @@ dacs_t slsDetector::setDAC(dacs_t val, dacIndex index, int mV, int imod){
dacs_t retval[2];
retval[0] = -1;
retval[1] = -1;
int fnum=F_SET_DAC;
int ret=FAIL;
char mess[100];