Skip to content

Commit

Permalink
COMP: Provide prefix-less member name to itkPrintSelfObjectMacro
Browse files Browse the repository at this point in the history
Provide prefix-less member name as the argument to the
`itkPrintSelfObjectMacro` macro in
`itkGPUPDEDeformableRegistrationFilter.hxx`.

Introduced inadvertently in commit c47ed1c.
  • Loading branch information
jhlegarreta authored and dzenanz committed Feb 23, 2023
1 parent fc1cce5 commit 748ef30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ GPUPDEDeformableRegistrationFilter<TFixedImage, TMovingImage, TDisplacementField
os << "(null)" << std::endl;
}

itkPrintSelfObjectMacro(m_GPUImageSizes);
itkPrintSelfObjectMacro(GPUImageSizes);

os << indent << "SmoothDisplacementFieldGPUKernelHandle: " << m_SmoothDisplacementFieldGPUKernelHandle << std::endl;
}
Expand Down

0 comments on commit 748ef30

Please sign in to comment.