Skip to content

Commit

Permalink
STYLE: Add vertical space for readability in itkIOTransformMINCTest
Browse files Browse the repository at this point in the history
Add vertical space for readability in `itkIOTransformMINCTest`.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 4, 2023
1 parent 93d3d88 commit 47df4f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/IO/TransformMINC/test/itkIOTransformMINCTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ check_nonlinear_double(const char * nonlinear_transform)
std::cout << "[PASSED]" << std::endl;

std::cout << "Comparing of non linear transform (double) : " << std::endl;

TransformFileReader::TransformListType list = *nlreader->GetTransformList();
std::cout << "Read :" << list.size() << " transformations" << std::endl;

Expand Down Expand Up @@ -351,6 +352,7 @@ check_nonlinear_float(const char * nonlinear_transform)
std::cout << "[PASSED]" << std::endl;

std::cout << "Comparing of non linear transform : " << std::endl;

TransformFileReaderFloat::TransformListType list = *nlreader->GetTransformList();
std::cout << "Read :" << list.size() << " transformations" << std::endl;

Expand Down

0 comments on commit 47df4f3

Please sign in to comment.