diff --git a/include/itkMetamorphosisImageRegistrationMethodv4.h b/include/itkMetamorphosisImageRegistrationMethodv4.h index 9cafb9c..83115d0 100644 --- a/include/itkMetamorphosisImageRegistrationMethodv4.h +++ b/include/itkMetamorphosisImageRegistrationMethodv4.h @@ -206,7 +206,7 @@ public TimeVaryingVelocityFieldImageRegistrationMethodv4(ptr); - if(ptr != ITK_NULLPTR) + if(ptr != nullptr) { m_Interpolator->SetInputImage(this->GetInputImage()); }