Skip to content

Commit

Permalink
refs #9048 Coverity noise at SlicingAlgorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 20, 2014
1 parent f4c9f97 commit 0bfed0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/Mantid/Framework/MDAlgorithms/src/SlicingAlgorithm.cpp
Expand Up @@ -27,7 +27,9 @@ namespace MDAlgorithms
SlicingAlgorithm::SlicingAlgorithm()
: m_transform(),
m_transformFromOriginal(), m_transformToOriginal(),
m_transformFromIntermediate(), m_transformToIntermediate()
m_transformFromIntermediate(), m_transformToIntermediate(),
m_axisAligned(true),
m_outD(0) // unititialized and should be invalid
{
}

Expand Down

0 comments on commit 0bfed0d

Please sign in to comment.