From 0986478262825c77c4080e9eee13020622636e3d Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 19 Jan 2005 15:26:42 +0000 Subject: [PATCH] typo --- Example/PrintFile.cxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Example/PrintFile.cxx b/Example/PrintFile.cxx index 25f44cf6..cafceb70 100644 --- a/Example/PrintFile.cxx +++ b/Example/PrintFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintFile.cxx,v $ Language: C++ - Date: $Date: 2005/01/12 11:40:50 $ - Version: $Revision: 1.21 $ + Date: $Date: 2005/01/19 15:26:42 $ + Version: $Revision: 1.22 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -73,17 +73,17 @@ int main(int argc, char* argv[]) sPP = e1->GetSamplesPerPixel(); planarConfig = e1->GetPlanarConfiguration(); - std::cout << " pixelType=" << pixelType - << " SamplesPerPixel=" << sPP - << " PlanarConfiguration=" << planarConfig - << std::endl - << " PhotometricInterpretation=" + std::cout << " pixelType= [" << pixelType + << "] SamplesPerPixel= [" << sPP + << "] PlanarConfiguration= [" << planarConfig + << "] "<< std::endl + << " PhotometricInterpretation= [" << e1->GetEntry(0x0028,0x0004) - << std::endl; + << "] "<< std::endl; int numberOfScalarComponents=e1->GetNumberOfScalarComponents(); - std::cout << " NumberOfScalarComponents " << numberOfScalarComponents <