X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=registration%2FclitkLBFGSBOptimizer.h;h=7b4052eab10708bc38d6cd7c65f7d330b2f0cd3a;hb=776f50aff3e47001b78e1c7dc4d51e789434f92a;hp=8eec63a1f32046891728d3cfc7c29cad4e3666b7;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/registration/clitkLBFGSBOptimizer.h b/registration/clitkLBFGSBOptimizer.h index 8eec63a..7b4052e 100644 --- a/registration/clitkLBFGSBOptimizer.h +++ b/registration/clitkLBFGSBOptimizer.h @@ -179,11 +179,7 @@ private: bool m_OptimizerInitialized; InternalOptimizerType * m_VnlOptimizer; -#if ITK_VERSION_MAJOR > 3 mutable std::ostringstream m_StopConditionDescription; -#else - mutable itk::OStringStream m_StopConditionDescription; -#endif BoundValueType m_LowerBound; BoundValueType m_UpperBound; BoundSelectionType m_BoundSelection;