mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
commenting out small printf changes
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@153 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -839,7 +839,10 @@ int initDACs(int* v,int imod)
|
||||
|
||||
int setSettings(int i, int imod) {
|
||||
#ifdef VERBOSE
|
||||
printf("\ninside set settings wit settins=%d...\n",i);
|
||||
if(i==-1)
|
||||
printf("\nReading settings of detector...\n");
|
||||
else
|
||||
printf("\ninside set settings wit settings=%d...\n",i);
|
||||
#endif
|
||||
int confgain[] = CONF_GAIN;
|
||||
int isett=-2,retval;
|
||||
|
Reference in New Issue
Block a user