]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.cxx
New 'quicker' code releases some BinEntries :-(
[gdcm.git] / src / gdcmUtil.cxx
index 224c9d5d84df101fb044e01bb41a54569d4bbf02..c836cb4c75dacf14991d265e93231a5badb59b39 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/08/31 16:24:19 $
-  Version:   $Revision: 1.162 $
+  Date:      $Date: 2005/09/06 15:28:49 $
+  Version:   $Revision: 1.163 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -189,7 +189,7 @@ bool Util::IsCleanString(std::string const &s)
   std::cout<< std::endl << s << std::endl;
    for(unsigned int i=0; i<s.size(); i++)
    {
-      std::cout<< std::endl << i << " : " << (unsigned char)s[i] << std::endl;
+      //std::cout<< std::endl << i << " : " << (unsigned char)s[i] << std::endl;
       if (!isprint((unsigned char)s[i]) )
       {
          return false;
@@ -268,7 +268,6 @@ std::string Util::CreateCleanString(uint8_t *s, int l)
       }
    }
 
-
    return str;
 }
 /**