]> Creatis software - gdcm.git/commitdiff
ENH: Solve problem with Theralys images Version0.6.bp
authormalaterre <malaterre>
Mon, 8 Nov 2004 15:18:02 +0000 (15:18 +0000)
committermalaterre <malaterre>
Mon, 8 Nov 2004 15:18:02 +0000 (15:18 +0000)
src/gdcmValEntry.cxx

index 052444766083ff178c23f99b34f5c238dce03fb1..0a64c54c8da5b9defcb042cf7da80eb50e409481 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmValEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/11/05 20:23:14 $
-  Version:   $Revision: 1.33 $
+  Date:      $Date: 2004/11/08 15:18:02 $
+  Version:   $Revision: 1.34 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -223,8 +223,7 @@ void ValEntry::Write(std::ofstream* fp, FileType filetype)
       return;
    } 
 
-   //Due to seriously broken Theralys images I cannot put that here.
-   //assert( lgr == GetValue().size() ); 
+   assert( lgr == GetValue().size() ); 
    binary_write(*fp, GetValue());
 }