mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
set_dac function updated for mythen and gotthard as well
This commit is contained in:
parent
e53058640b
commit
c4f8c4a2aa
@ -916,7 +916,7 @@ int set_dac(int file_des) {
|
||||
//default:all mods
|
||||
int retval;
|
||||
int ret=OK;
|
||||
int arg[2];
|
||||
int arg[3];
|
||||
enum dacIndex ind;
|
||||
int imod;
|
||||
int n;
|
||||
|
Binary file not shown.
@ -851,7 +851,7 @@ int set_dac(int file_des) {
|
||||
|
||||
dacs_t retval;
|
||||
int ret=OK;
|
||||
int arg[2];
|
||||
int arg[3];
|
||||
enum dacIndex ind;
|
||||
int imod;
|
||||
int n;
|
||||
|
Loading…
x
Reference in New Issue
Block a user