From 3c493a4f221c902828354a6fd5020402320cb6c9 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 8 Nov 2004 15:18:02 +0000 Subject: [PATCH] ENH: Solve problem with Theralys images --- src/gdcmValEntry.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gdcmValEntry.cxx b/src/gdcmValEntry.cxx index 05244476..0a64c54c 100644 --- a/src/gdcmValEntry.cxx +++ b/src/gdcmValEntry.cxx @@ -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()); } -- 2.48.1