X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.cxx;h=3e150aaa6326f89ff05803af19ca2cd87f59c402;hb=ff0855eb02f0f8864eaf25c0bd4c7303cb4d5125;hp=fdbda3f1a9b4dd4cc33a3a8b81e564bde90123c8;hpb=203521dab07f8ff3325b78969f6994b4a1c4375e;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index fdbda3f1..3e150aaa 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2005/08/25 14:59:49 $ - Version: $Revision: 1.74 $ + Date: $Date: 2005/08/29 13:05:01 $ + Version: $Revision: 1.75 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -170,7 +170,7 @@ void BinEntry::Print(std::ostream &os, std::string const & ) s << "]"; } else - { + { if ( Util::IsCleanArea( GetBinArea(),GetLength() ) ) { std::string cleanString = @@ -181,8 +181,7 @@ void BinEntry::Print(std::ostream &os, std::string const & ) { s << " [" << GetValue() << "; length = " << GetLength() << "]"; - } - + } } } else