From e51bf0565bbe4c0e269dd941cb4071ebde6012e4 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 14 Feb 2005 10:45:47 +0000 Subject: [PATCH] remove useless comments --- src/gdcmValEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmValEntry.cxx b/src/gdcmValEntry.cxx index 16302d55..66198701 100644 --- a/src/gdcmValEntry.cxx +++ b/src/gdcmValEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValEntry.cxx,v $ Language: C++ - Date: $Date: 2005/02/06 14:43:28 $ - Version: $Revision: 1.57 $ + Date: $Date: 2005/02/14 10:45:47 $ + Version: $Revision: 1.58 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -191,7 +191,7 @@ void ValEntry::Print(std::ostream &os, std::string const &) TS *ts = Global::GetTS(); - TSAtr v = GetValue(); // not applicable for SQ ... + TSAtr v = GetValue(); d2 = Util::CreateCleanString(v); // replace non printable characters by '.' if( GetLength() <= MAX_SIZE_PRINT_ELEMENT_VALUE || PrintLevel >= 3 -- 2.45.1