From 3058e201202a3694bca131cc21f0df533bdf120d Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 7 Sep 2005 08:35:20 +0000 Subject: [PATCH] avoid warning --- Example/Volume2Dicom.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Volume2Dicom.cxx b/Example/Volume2Dicom.cxx index 5b551031..facc30a4 100644 --- a/Example/Volume2Dicom.cxx +++ b/Example/Volume2Dicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Volume2Dicom.cxx,v $ Language: C++ - Date: $Date: 2005/07/08 12:02:02 $ - Version: $Revision: 1.7 $ + Date: $Date: 2005/09/07 08:35:20 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,7 +38,7 @@ #define stat _stat #endif -const unsigned int Dimension = 3; +//const unsigned int Dimension = 3; void gdcmwrite(const char *inputfile, std::string directory); void GetFileDateAndTime(const char *inputfile, -- 2.45.1