From a2055ff51e4f51a1b7b6c9ee9a803d3b3a8602a8 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 17 Sep 2007 12:20:00 +0000 Subject: [PATCH] fix gdcm -> GDCM_NAME_SPACE --- src/gdcmGlobal.cxx | 6 +++--- src/gdcmMpeg.cxx | 6 +++--- src/gdcmOrientation.cxx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/gdcmGlobal.cxx b/src/gdcmGlobal.cxx index ef16d2b9..7ae08b6e 100644 --- a/src/gdcmGlobal.cxx +++ b/src/gdcmGlobal.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmGlobal.cxx,v $ Language: C++ - Date: $Date: 2007/07/04 15:38:53 $ - Version: $Revision: 1.36 $ + Date: $Date: 2007/09/17 12:20:01 $ + Version: $Revision: 1.37 $ 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 @@ namespace GDCM_NAME_SPACE const std::string GDCM_UNKNOWN = "GDCM::Unknown"; const std::string GDCM_UNFOUND = "GDCM::Unfound"; -const std::string GDCM_BINLOADED = "GDCM::Binary data loaded"; +const std::string GDCM_BINLOADED = "GDCM::Binary data"; const std::string GDCM_NOTLOADED = "GDCM::NotLoaded"; const std::string GDCM_UNREAD = "GDCM::UnRead"; const std::string GDCM_NOTASCII = "GDCM::NotAscii"; diff --git a/src/gdcmMpeg.cxx b/src/gdcmMpeg.cxx index 25493fab..fc31f6e4 100644 --- a/src/gdcmMpeg.cxx +++ b/src/gdcmMpeg.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmMpeg.cxx,v $ Language: C++ - Date: $Date: 2007/08/22 16:14:04 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/09/17 12:20:01 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -297,7 +297,7 @@ static int video_sequence(int *Bitstream_Framenumber) } } // End "C" extern -namespace gdcm +namespace GDCM_NAME_SPACE { /** * \brief routine for MPEG decompression diff --git a/src/gdcmOrientation.cxx b/src/gdcmOrientation.cxx index 5340edeb..91cf0fe8 100644 --- a/src/gdcmOrientation.cxx +++ b/src/gdcmOrientation.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmOrientation.cxx,v $ Language: C++ - Date: $Date: 2007/05/23 14:18:10 $ - Version: $Revision: 1.25 $ + Date: $Date: 2007/09/17 12:20:00 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -397,7 +397,7 @@ GetPatSliceOrient(gdcm::File &h) enum { transaxial, sagittal, coronal } slice_orientation; std::string patient_position = h.GetEntryByNumber(0x0018,0x5100); - if(patient_position == "gdcm::Unfound") + if(patient_position == GDCM_UNFOUND) { patient_position = "HF"; } -- 2.45.0