Skip to content

Commit

Permalink
refs #4201 Fixing Unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 9, 2012
1 parent f2a5cab commit 9ed41bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class ConvertToMDEvensEventWSAutoRebin: public IConvertToMDEventsMethods
if(Signal[j]<FLT_EPSILON)continue;


if(!trn.calcMatrixCoord(X,i,j,Coord))continue; // skip ND outside the range
if(!trn.calcMatrixCoord(X,wi,j,Coord))continue; // skip ND outside the range
// ADD RESULTING EVENTS TO THE WORKSPACE
float ErrSq = float(Error[j]*Error[j]);

Expand Down

0 comments on commit 9ed41bd

Please sign in to comment.