mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
reverted a printout of write 0 position 0 offset 0 back to verbose mode
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@200 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
67471563b0
commit
f0dfedeba7
@ -3316,9 +3316,9 @@ int multiSlsDetector::writeDataFile(string fname, float *data, float *err, float
|
|||||||
if (nch_left<n)
|
if (nch_left<n)
|
||||||
n=nch_left;
|
n=nch_left;
|
||||||
|
|
||||||
//#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
cout << " write " << i << " position " << off << " offset " << choff << endl;
|
cout << " write " << i << " position " << off << " offset " << choff << endl;
|
||||||
//#endif
|
#endif
|
||||||
detectors[i]->writeDataFile(outfile,n, data+off, pe, pa, dataformat, choff);
|
detectors[i]->writeDataFile(outfile,n, data+off, pe, pa, dataformat, choff);
|
||||||
|
|
||||||
nch_left-=n;
|
nch_left-=n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user