mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00:02 +02:00
getting back to basics in zooming, using a flag to check for angle error
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@247 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
9f92f5cffa
commit
6956ee3164
@ -802,7 +802,7 @@ int qDrawPlot::GetData(detectorData *data,int fIndex){
|
||||
if(isinf(data->values[i])){
|
||||
//cout << "*** ERROR: value at " << i << " infinity" << endl;
|
||||
k++;
|
||||
data->values[i] = 0;
|
||||
data->values[i] = -1;
|
||||
}
|
||||
}
|
||||
cout << "*** ERROR: value at " << k << " places have infinity values!" << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user