From b08873f37c7696af28217a92f2ee41bf76e98a63 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 26 Oct 2005 15:53:40 +0000 Subject: [PATCH] Oops. I forgot this one --- src/gdcmDocument.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index ea455441..7335eecc 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:34 $ - Version: $Revision: 1.127 $ + Date: $Date: 2005/10/26 15:53:40 $ + Version: $Revision: 1.128 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -70,6 +70,7 @@ public: // System access (meaning endian related !?) uint16_t SwapShort(uint16_t); uint32_t SwapLong(uint32_t); + double SwapDouble(double); /// \brief Unswaps back the bytes of 2-bytes long integer /// so they agree with the processor order. uint16_t UnswapShort(uint16_t a) { return SwapShort(a);} -- 2.45.1