]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.cxx
Doxygenation
[gdcm.git] / src / gdcmVR.cxx
index 4dd664c87d0f1848a8873399745123b3c4c55e56..703178c5f74efe3e1c046d23c27e0b416be3c50e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmVR.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/07 16:26:13 $
-  Version:   $Revision: 1.28 $
+  Date:      $Date: 2005/01/07 22:03:30 $
+  Version:   $Revision: 1.30 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,7 +37,7 @@ VR::VR()
    std::ifstream from(filename.c_str());
    if(!from)
    {
-      Debug::Verbose(2, "VR::VR: can't open dictionary", filename.c_str());
+      gdcmVerboseMacro("Can't open dictionary" << filename.c_str());
       FillDefaultVRDict(vr);
    }
    else