From 575572bc10483ad3116ad7fb73197fa2c3f2ee34 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 14 Jan 2005 17:33:24 +0000 Subject: [PATCH] BUG: Try to fix JP patch --- src/gdcmBinEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index dd5c7971..35bdf16a 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/14 15:06:37 $ - Version: $Revision: 1.47 $ + Date: $Date: 2005/01/14 17:33:24 $ + Version: $Revision: 1.48 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -131,7 +131,7 @@ void BinEntry::WriteContent(std::ofstream *fp, FileType filetype) // 8 Bits Pixels *are* OB, 16 Bits Pixels *are* OW // -value forced while Reading process- - if (GetGroup == 0x7fe0 && GetVR() == "OW") + if (GetGroup() == 0x7fe0 && GetVR() == "OW") { unit16_t *currPosition = (uint16_t *)binArea; -- 2.45.1