SuperElastix / elastix

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

COMP: Unused parameter `u` BSplineSecondOrderDerivativeKernelFunction2 #1107

Closed N-Dekker closed 5 months ago

N-Dekker commented 5 months ago

Removed the name of the unused second parameter of BSplineSecondOrderDerivativeKernelFunction2::Evaluate(const Dispatch<2> &, const double u, double * weights)

Found by warnings from Clang and GCC, "unused parameter [-Wunused-parameter]".