mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 22:37:14 +02:00
print out comment, not print if mythen else access to null
This commit is contained in:
@ -798,9 +798,10 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){
|
||||
cout << "npoints " << data->npoints << endl;
|
||||
cout << "npy " << data->npy << endl;
|
||||
cout << "progress " << data->progressIndex << endl;
|
||||
cout << "values " << data->values << endl;
|
||||
if (data->values != NULL) cout << "values " << data->values << endl;
|
||||
cout << "errors " << data->errors << endl;
|
||||
cout << "angle " << data->angles << endl;
|
||||
cout << "databytes " << data->databytes << endl;
|
||||
#endif
|
||||
if(!stop_signal){
|
||||
|
||||
|
Reference in New Issue
Block a user