X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.cxx;h=dab39844508ede02ba72b12cecef188815e6d289;hb=5887c4beef24959af83e43efad0bb86acac9339e;hp=2769450b6aeb523fdf803068f5302cd069f91365;hpb=ce71ebf1247644cdd76a7a65a5ff024cb380071b;p=gdcm.git diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index 2769450b..dab39844 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.cxx,v $ Language: C++ - Date: $Date: 2004/11/04 15:59:37 $ - Version: $Revision: 1.22 $ + Date: $Date: 2005/01/07 22:03:30 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,9 +40,7 @@ DicomDirElement::DicomDirElement() std::ifstream from(filename.c_str()); if(!from) { - dbg.Verbose(2, - "DicomDirElement::DicomDirElement: can't open dictionary", - filename.c_str()); + gdcmVerboseMacro( "Can't open dictionary" << filename.c_str()); FillDefaultDIRDict( this ); } else @@ -146,8 +144,8 @@ void DicomDirElement::Print(std::ostream &os) //----------------------------------------------------------------------------- // Public -bool DicomDirElement::AddNewEntry(std::string const & type, - Element const & elem) +bool DicomDirElement::AddNewEntry(std::string const &type, + Element const &elem) { if( type == "metaElem" ) {