We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4804cf commit 63e67ebCopy full SHA for 63e67eb
Libs/Optimize/Container/MeanCurvatureContainer.h
@@ -31,7 +31,7 @@ class MeanCurvatureContainer : public GenericContainerArray<TNumericType> {
31
itkNewMacro(Self);
32
33
/** Run-time type information (and related methods). */
34
- itkTypeMacro(ParticleMeanCurvatureAttribute, GenericContainerArray);
+ itkTypeMacro(MeanCurvatureContainer, GenericContainerArray);
35
36
void SetVerbosity(unsigned int val) { m_verbosity = val; }
37
0 commit comments