mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-27 06:31:19 +01:00
get id small change
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@622 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -832,6 +832,7 @@ int get_id(int file_des) {
|
||||
else {
|
||||
ret=FAIL;
|
||||
sprintf(mess,"Module number %d out of range\n", imod);
|
||||
printf("%s\n",mess);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -851,6 +852,7 @@ int get_id(int file_des) {
|
||||
}
|
||||
|
||||
#ifdef VERBOSE
|
||||
printf("ret is %d\n",ret);
|
||||
printf("Id is %llx\n", retval);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user