diff --git a/Components/Metrics/AdvancedMattesMutualInformation/itkParzenWindowMutualInformationImageToImageMetric.hxx b/Components/Metrics/AdvancedMattesMutualInformation/itkParzenWindowMutualInformationImageToImageMetric.hxx index 6f8b58d33..59982f12a 100644 --- a/Components/Metrics/AdvancedMattesMutualInformation/itkParzenWindowMutualInformationImageToImageMetric.hxx +++ b/Components/Metrics/AdvancedMattesMutualInformation/itkParzenWindowMutualInformationImageToImageMetric.hxx @@ -479,9 +479,9 @@ ParzenWindowMutualInformationImageToImageMetric::Thre #endif /** If desired, apply the technique introduced by Tustison. */ - TransformJacobianType jacobian; if (this->GetUseJacobianPreconditioning()) { + TransformJacobianType jacobian; this->EvaluateTransformJacobian(fixedPoint, jacobian, nzji); this->ComputeJacobianPreconditioner(jacobian, nzji, jacobianPreconditioner, preconditioningDivisor);