]> Creatis software - gdcm.git/commitdiff
set FASTTAGKEY to 0 again, waiting for the complete solution of the pb
authorjpr <jpr>
Tue, 12 Jul 2005 17:34:27 +0000 (17:34 +0000)
committerjpr <jpr>
Tue, 12 Jul 2005 17:34:27 +0000 (17:34 +0000)
src/gdcmCommon.h

index 4701be49837b07194e252b15f4f79e83806949f0..6d01325aaf10d57964d72b7f66d9d56aab9d8b1a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommon.h,v $
   Language:  C++
-  Date:      $Date: 2005/07/12 17:08:12 $
-  Version:   $Revision: 1.79 $
+  Date:      $Date: 2005/07/12 17:34:27 $
+  Version:   $Revision: 1.80 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -85,7 +85,7 @@ typedef  unsigned int        uint32_t;
 #endif
 
 #include <string>
-#define FASTTAGKEY 1
+#define FASTTAGKEY 0
 
 // FIXME: Should rewrite this:
 #if FASTTAGKEY