somewhere in between cleaning up

This commit is contained in:
Dhanya Maliakal
2017-05-22 14:53:15 +02:00
parent 39a985cbba
commit 978af1009e
5 changed files with 292 additions and 201 deletions

View File

@ -916,7 +916,7 @@ int set_dac(int file_des) {
retval=adcvpp;;
} else if (ind==HV_NEW )
retval=initHighVoltageByModule(val,imod);
retval=initHighVoltage(val,0);
else
printf("**********No dac with index %d\n",ind);
}