Skip to content

Commit

Permalink
Merge pull request #18 from jhlegarreta/PreferDefaultToExplicitTrivia…
Browse files Browse the repository at this point in the history
…lImplementations2

STYLE: Prefer = default to explicitly trivial implementations
  • Loading branch information
jhlegarreta authored Mar 25, 2019
2 parents 277e975 + dd58ada commit cd273f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/itkMetamorphosisImageRegistrationMethodv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public TimeVaryingVelocityFieldImageRegistrationMethodv4<TFixedImage, TMovingIma

protected:
MetamorphosisImageRegistrationMethodv4();
~MetamorphosisImageRegistrationMethodv4(){};
~MetamorphosisImageRegistrationMethodv4() override = default;
TimeVaryingImagePointer ApplyKernel(TimeVaryingImagePointer kernel, TimeVaryingImagePointer image);
TimeVaryingFieldPointer ApplyKernel(TimeVaryingImagePointer kernel, TimeVaryingFieldPointer image);
double CalculateNorm(TimeVaryingImagePointer image);
Expand Down

0 comments on commit cd273f5

Please sign in to comment.