From: jpr Date: Mon, 28 Nov 2005 18:01:25 +0000 (+0000) Subject: Comment out 'assert' (a library *never* have to decide to exit the application) X-Git-Tag: Version1.3~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f849604fc5f84d51fc9ed567e65f4f2931e2e5e8;p=gdcm.git Comment out 'assert' (a library *never* have to decide to exit the application) --- 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); }