]> Creatis software - gdcm.git/blobdiff - Testing/TestUtil.cxx
Avoid Warning
[gdcm.git] / Testing / TestUtil.cxx
index be81795aea0dd8e77c976c4570fe32ad9a3f0f5d..d72b8c471de31f7f2cdc7d5e99568d13b05fc40f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/17 11:14:56 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2005/08/22 15:38:04 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -33,6 +33,8 @@ int TestUtil(int , char *[])
    float flt= 1.0;
    double dbl=1.0;
 
+   std::cout << "This is gdcm version: " << gdcm::Util::GetVersion() << std::endl;
+
    std::cout << "---------- uint16 : " << std::dec <<u16 << " = 0x" 
              << std::hex << u16 << std::endl;
    for (i=0;i<sizeof(uint16_t);i++)