Skip to content

Commit

Permalink
Merge pull request #42 from Chaircrusher/Uninit_Member_genericRegistr…
Browse files Browse the repository at this point in the history
…ationHelper

Uninit member generic registration helper
  • Loading branch information
Kent Williams committed Jun 19, 2013
2 parents 8fa5dd3 + 9f4da64 commit 96b0358
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BRAINSCommonLib/genericRegistrationHelper.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ MultiModal3DMutualRegistrationHelper<TTransformType, TOptimizer, TFixedImage,
m_SkewScale(25.0),
m_InitialTransformPassThruFlag(false),
m_BackgroundFillValue(0.0),
m_ActualNumberOfIterations(0),
m_DisplayDeformedImage(false),
m_PromptUserAfterDisplay(false),
m_FinalMetricValue(0),
m_ObserveIterations(true)
m_ObserveIterations(true),
m_ForceMINumberOfThreads(-1)
{
this->SetNumberOfRequiredOutputs(1); // for the Transform

Expand Down

0 comments on commit 96b0358

Please sign in to comment.