Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Use modern macro name for GetModifiableObjectMacro
Compilation error when future legacy is enabled. In file included from ../Modules/Core/Mesh/src/itkTriangleMeshCurvatureCalculator.cxx:18: ../Modules/Core/Mesh/include/itkTriangleMeshCurvatureCalculator.h:110:3: error: use of undeclared identifier purposeful_error itkGetObjectMacro(GaussCurvatureData, DoubleVectorContainer); ^ ../Modules/Core/Common/include/itkMacro.h:1128:7: note: expanded from macro itkGetObjectMacro purposeful_error("itkGetObjectMacro should be replaced with itkGetModifiableObjectMacro.");
- Loading branch information