SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
474 stars 116 forks source link

COMP: Remove unused parameter from StatisticalShapePointPenalty #1128

Closed N-Dekker closed 4 months ago

N-Dekker commented 4 months ago

Removed the unused centerrotated parameter from the private member function StatisticalShapePointPenalty::CalculateDerivative

CalculateDerivative already had an unused centerrotated parameter with the initial commit 0d330fbb1926ce7e03449d9892ece72ce9401768, Floris Berendsen (@FBerendsen), 13 May 2013 "ENH: -Add the StatisticalShapePenalty metric module"

Fixed GCC -Wunused-parameter warnings.