]> Creatis software - gdcm.git/blobdiff - Testing/TestUtil.cxx
New fashion Patient Name, to avoid dciodvfy warning
[gdcm.git] / Testing / TestUtil.cxx
index 5eab46e869c30238657993715ad1aa845103872f..5f45350d5ce86217687f6d82bda08ea6bb0704d2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:29 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2005/11/30 11:40:26 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -92,11 +92,11 @@ int TestUtil(int , char *[])
 
 
    std::cout << "Size of short int  " << sizeof(short int) << std::endl;
-   std::cout << "Size of int  " << sizeof(int) << std::endl;
-   std::cout << "Size of int* " << sizeof(int*) << std::endl;
-   std::cout << "Size of long " << sizeof(long) << std::endl;
-   std::cout << "Size of float" << sizeof(float) << std::endl;
-   std::cout << "Size of double" << sizeof(double) << std::endl;
+   std::cout << "Size of int  "       << sizeof(int)       << std::endl;
+   std::cout << "Size of int* "       << sizeof(int*)      << std::endl;
+   std::cout << "Size of long "       << sizeof(long)      << std::endl;
+   std::cout << "Size of float"       << sizeof(float)     << std::endl;
+   std::cout << "Size of double"      << sizeof(double)    << std::endl;
 
    // CreateCleanString
    std::string x = "a#@-bc\tdef";