print out comment, not print if mythen else access to null

This commit is contained in:
Dhanya Maliakal
2017-10-05 15:58:37 +02:00
parent c594870fdd
commit 0d92b11055

View File

@ -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){