Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Do not
Fill
empty local variables in itkMeshIOTestHelper.h
An instance of `itk::Array`, `itk::VariableLengthVector`, or `itk::VariableSizeMatrix` is empty, when it is just default-constructed. An attempt to `Fill` such an empty object has no effect. - Follow-up to pull request InsightSoftwareConsortium#4898 "Do not `Fill` default-constructed empty local variables in tests"
- Loading branch information