]> Creatis software - gdcm.git/commitdiff
STYLE: Minor tweaks
authormalaterre <malaterre>
Wed, 9 Feb 2005 21:37:45 +0000 (21:37 +0000)
committermalaterre <malaterre>
Wed, 9 Feb 2005 21:37:45 +0000 (21:37 +0000)
src/gdcmDebug.h
src/gdcmDocument.cxx

index 60a4bd489b5455b2101de324ccf8a606f97636d6..1b6d80ce08ae433cf641c0c16b8080290ac2ee53 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDebug.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/05 01:37:08 $
-  Version:   $Revision: 1.30 $
+  Date:      $Date: 2005/02/09 21:37:45 $
+  Version:   $Revision: 1.31 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -123,9 +123,7 @@ public:
  * @param msg message part
  */
 #ifdef NDEBUG
-#define gdcmWarningMacro(msg)                               \
-{                                                           \
-}
+#define gdcmWarningMacro(msg)
 #else
 #define gdcmWarningMacro(msg)                               \
 {                                                           \
index 9c12f0ce8a8aa4f97e5210cd1c9dfec6311580ac..496742f7391f22854cd4ed42489c862b5bd3a11b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/07 09:51:03 $
-  Version:   $Revision: 1.225 $
+  Date:      $Date: 2005/02/09 21:37:45 $
+  Version:   $Revision: 1.226 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -74,8 +74,7 @@ Document::Document( std::string const &filename )
    Group0002Parsed = false;
 
    gdcmWarningMacro( "Starting parsing of file: " << Filename.c_str());
-  // Fp->seekg( 0,  std::ios::beg);
-   
+
    Fp->seekg(0, std::ios::end);
    long lgt = Fp->tellg();