From f849604fc5f84d51fc9ed567e65f4f2931e2e5e8 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 28 Nov 2005 18:01:25 +0000 Subject: [PATCH] Comment out 'assert' (a library *never* have to decide to exit the application) --- src/gdcmDictEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 718bb4c1..08b9245b 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/11/28 15:30:04 $ - Version: $Revision: 1.56 $ + Date: $Date: 2005/11/28 18:01:25 $ + Version: $Revision: 1.57 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -71,7 +71,7 @@ DictEntry *DictEntry::New(uint16_t group, uint16_t elem, */ void DictEntry::SetVR(VRKey const &vr) { - gdcmAssertMacro( IsVRUnknown() ); + //gdcmAssertMacro( IsVRUnknown() ); DicomEntry::SetVR(vr); } -- 2.45.1