Skip to content

Commit

Permalink
Refs #8385 Change type of variable in PoldiRemoveDeadWires
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Nov 7, 2013
1 parent 382bd90 commit 09ad6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace Mantid
/// Should we auto detecte dead wires?
bool m_runAutoDetectDW;
/// threshold for dead wires auto detection
bool m_defautDWThreshold;
double m_defautDWThreshold;


/// The number of spectra in the raw file
Expand Down

0 comments on commit 09ad6ca

Please sign in to comment.