Skip to content

Commit

Permalink
Fix compiler warning from last commit
Browse files Browse the repository at this point in the history
Re #4473 fix compiler warning from previous commit.
  • Loading branch information
rffowler committed Mar 12, 2012
1 parent a48d388 commit 8b43cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace Mantid
// find the run and detector for this MDEvent
int runID = it.getInnerRunIndex(event);
int detectorID = it.getInnerDetectorID(event);
double simSig;
double simSig=0.;
std::vector<double> qE;
const double small=1e-10;
for( size_t index=0;index<4;index++)
Expand Down

0 comments on commit 8b43cf2

Please sign in to comment.