From 475dad1a368326a1771b7b704dbe6092aa3f77e6 Mon Sep 17 00:00:00 2001 From: jpr Date: Sat, 30 Jul 2005 18:16:19 +0000 Subject: [PATCH] Fix comments --- src/gdcmBase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmBase.h b/src/gdcmBase.h index 0036ba22..bfaa1f58 100644 --- a/src/gdcmBase.h +++ b/src/gdcmBase.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBase.h,v $ Language: C++ - Date: $Date: 2005/01/30 17:30:57 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/07/30 18:16:19 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,7 +41,7 @@ public: std::string const & indent = "" ); /// \brief Sets the print level for the Dicom Header Elements - /// \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy + /// \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy Print void SetPrintLevel(int level) { PrintLevel = level; }; /// \brief Gets the print level for the Dicom Entries -- 2.48.1