Skip to content
Snippets Groups Projects
Commit 12947fe3 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Removed unused variable that was detected by coverity.

Refs #10472
parent 1afc7d05
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,6 @@ namespace Mantid
/// Storage for currently in use random number generators
mutable std::vector<Kernel::NDRandomNumberGenerator*> m_randomNumbers;
/// The value to mark an attribute as active
int m_activeAttrValue;
/// Check for convergence after loop min number of steps
int m_mcLoopMin;
/// Maximum number of Monte Carlo evaluations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment