mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 20:32:27 +01:00
fixed jungfrau server compile errors
This commit is contained in:
@@ -48,7 +48,7 @@ int main(int argc, char *argv[]){
|
||||
}
|
||||
else if(!strcasecmp(argv[i],"-devel")){
|
||||
FILE_LOG(logINFO, ("Detected developer mode\n"));
|
||||
debugflag = DEVELOPER_MODE;
|
||||
debugflag = 1;
|
||||
}
|
||||
#ifdef GOTTHARDD
|
||||
else if(!strcasecmp(argv[i],"-phaseshift")){
|
||||
|
||||
Reference in New Issue
Block a user