Skip to content

Commit

Permalink
BUG: forget EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 8, 2023
1 parent 5b392f5 commit dfd9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/CreateJacobianDeterminantImage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ CreateJacobianDeterminantImage(std::vector<std::string> args, std::ostream * itk
{
std::cout << "Usage: " << argv[0]
<< " imageDimension deformationField outputImage [doLogJacobian=0] [useGeometric=0] [deformationGradient=0]" << std::endl;
std::cout << "deformationGradient cannot be written to nifti: try mhd or nrrd."
std::cout << "deformationGradient cannot be written to nifti: try mhd or nrrd." << std::endl;
return EXIT_FAILURE;
}

Expand Down

0 comments on commit dfd9e66

Please sign in to comment.