]> Creatis software - gdcm.git/commitdiff
Comment out 'assert' (a library *never* have to decide to exit the application)
authorjpr <jpr>
Mon, 28 Nov 2005 18:01:25 +0000 (18:01 +0000)
committerjpr <jpr>
Mon, 28 Nov 2005 18:01:25 +0000 (18:01 +0000)
src/gdcmDictEntry.cxx

index 718bb4c1397100dce1cb66b8ef42762cfec62094..08b9245be33bd0541fbeedc8c0c85d5ada0cf73d 100644 (file)
@@ -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);
 }