Skip to content

Commit

Permalink
STYLE: Remove p->Initialize() calls after p = T::New() in example
Browse files Browse the repository at this point in the history
- Follow-up to pull request #4972
commit 674b3d2
"STYLE: Remove `p->Initialize()` calls directly after `p = T::New()`"
  • Loading branch information
N-Dekker committed Nov 21, 2024
1 parent a549d01 commit f36f144
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ main(int argc, char * argv[])
// Software Guide : BeginCodeSnippet
ImageType::ConstPointer image = reader->GetOutput();
auto path = PathType::New();
path->Initialize();

using ContinuousIndexType = PathType::ContinuousIndexType;
ContinuousIndexType cindex;
Expand Down

0 comments on commit f36f144

Please sign in to comment.