From: jpr Date: Mon, 14 Feb 2005 10:45:47 +0000 (+0000) Subject: remove useless comments X-Git-Tag: Version1.0.bp~6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e51bf0565bbe4c0e269dd941cb4071ebde6012e4;p=gdcm.git remove useless comments --- 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