File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Anima/math-tools/optimizers Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,8 @@ void VoxelExhaustiveOptimizer ::IncrementIndex(ParametersType &newPosition) {
181181 this ->GetInitialPosition ()[i];
182182}
183183
184- std::string VoxelExhaustiveOptimizer ::GetStopConditionDescription () const {
184+ const std::string
185+ VoxelExhaustiveOptimizer ::GetStopConditionDescription () const {
185186 return m_StopConditionDescription.str ();
186187}
187188
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ANIMAOPTIMIZERS_EXPORT VoxelExhaustiveOptimizer
4444 itkGetConstReferenceMacro (MaximumNumberOfIterations, unsigned long );
4545
4646 /* * Get the reason for termination */
47- std::string GetStopConditionDescription () const ITK_OVERRIDE;
47+ const std::string GetStopConditionDescription () const ITK_OVERRIDE;
4848
4949 /* * Set if the Optimizer should Maximize the metric */
5050 itkSetMacro (Maximize, bool );
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ set (cmake_args
2828
2929set (location "" )
3030if (NOT DEFINED ${proj} _SRC_DIR)
31- set (tag v5.2.1 )
31+ set (tag v5.4.5 )
3232 set (location GIT_REPOSITORY ${GITHUB_PREFIX} InsightSoftwareConsortium/ITK.git GIT_TAG ${tag} )
3333endif ()
3434
3535## #############################################################################
3636## Check if patch has to be applied
3737## #############################################################################
3838
39- ep_GeneratePatchCommand(ITK ITK_PATCH_COMMAND ITK.patch)
39+ # ep_GeneratePatchCommand(ITK ITK_PATCH_COMMAND ITK.patch)
4040
4141## #############################################################################
4242## Add external-project
You can’t perform that action at this time.
0 commit comments