From: BenoƮt Presles Date: Thu, 21 Nov 2013 12:44:39 +0000 (+0100) Subject: deleted an extra space in order to be able to grep the results of clitkImageInfo X-Git-Tag: v1.4.0~150^2~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=c2b1709fc5d315d264ed04f8abfc17ee2acaa7d7;hp=22e282cf465b7f07cd17c4d615d726b079b84058;p=clitk.git deleted an extra space in order to be able to grep the results of clitkImageInfo --- diff --git a/common/clitkImageCommon.cxx b/common/clitkImageCommon.cxx index 4029845..83b9435 100644 --- a/common/clitkImageCommon.cxx +++ b/common/clitkImageCommon.cxx @@ -101,11 +101,11 @@ void clitk::printImageHeader(itk::ImageIOBase::Pointer header, std::ostream & os for(unsigned int i=0; i< dim-1; i++) os << inputSize[i] << "x"; os << inputSize[dim-1] - << " "; + << " "; for(unsigned int i=0; i< dim-1; i++) os << inputSpacing[i] << "x"; os << inputSpacing[dim-1] - << " "; + << " "; for(unsigned int i=0; i< dim-1; i++) os << inputOrigin[i] << "x"; os << inputOrigin[dim-1] << " ";