]> Creatis software - gdcm.git/blobdiff - Testing/TestDictGroupName.cxx
New gdcm2 style syntax for Load()
[gdcm.git] / Testing / TestDictGroupName.cxx
index d8f41c61af4a83389ee274e6801200df72deaac3..cc74a79f864efabbdebcce1ec22e620f95a8b2bf 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestDictGroupName.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/04/06 08:59:46 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/07/08 13:39:57 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,7 +26,7 @@ int CompareDictGroupName(gdcm::DictGroupName &groupName,
 {
    std::string val = groupName.GetName(group);
    std::cout << "Group : 0x" << std::hex << std::setw(4) << group 
-             << std::dec << " : " << val << " - " 
+             << std::dec << " : " << val << " - "
              << (bool)(val==ref) << std::endl;
 
    return val!=ref;