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 6f1a8da commit 4981c21Copy full SHA for 4981c21
src/Numerics/Optimizers/AmoebaOptimizer/ExampleCostFunction.h
@@ -24,7 +24,7 @@ class ExampleCostFunction2 : public SingleValuedCostFunction
24
itkTypeMacro(ExampleCostFunction2, SingleValuedCostfunction);
25
26
unsigned int
27
- GetNumberOfParameters(void) const override
+ GetNumberOfParameters() const override
28
{
29
return 2;
30
} // itk::CostFunction
0 commit comments