From 7b37d977189bfb6fff83a025c6d066fabd7642d9 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 31 Mar 2006 07:52:23 +0000 Subject: [PATCH] remove misstyping --- src/gdcmDataEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index 995aeb2c..abdbf5a9 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2006/03/30 17:29:00 $ - Version: $Revision: 1.34 $ + Date: $Date: 2006/03/31 07:52:23 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -177,7 +177,7 @@ double DataEntry::GetValue(const uint32_t &id) const if (GetLength() != 0) // avoid stupid messages /// \todo warn the user there was a problem ! gdcmErrorMacro("BinArea not set " << std::hex - : << GetGroup() << " " << GetElement() + << GetGroup() << " " << GetElement() << " Can't get the value"); return 0.0; } -- 2.48.1