Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Replace "assigment" with "initialization" in the
auto
section
Just a nitpick... in C++ (even before using `auto`), the following is an initialization, not an assignment: ImageType::Pointer image = ImageType::New();
- Loading branch information