X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.cxx;h=e7855bdd16c051d90cd46b2f296d6eceeb5a88f0;hb=2d350674e2d48610fafc396a2f68548ca4b32afb;hp=f073783c9b2528741be56b17b8a3e9b87d5273f9;hpb=75726b8bc3eec583090893444bca78aa3352718e;p=gdcm.git diff --git a/src/gdcmElementSet.cxx b/src/gdcmElementSet.cxx index f073783c..e7855bdd 100644 --- a/src/gdcmElementSet.cxx +++ b/src/gdcmElementSet.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmElementSet.cxx,v $ Language: C++ - Date: $Date: 2006/01/31 11:39:47 $ - Version: $Revision: 1.72 $ + Date: $Date: 2006/02/16 20:06:14 $ + Version: $Revision: 1.73 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -268,7 +268,7 @@ void ElementSet::Print(std::ostream &os, std::string const & ) entry->SetPrintLevel(PrintLevel); entry->Print(os); - if ( dynamic_cast(entry) ) + if ( dynamic_cast(entry) ) { // Avoid the newline for a sequence: continue;