X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaFilesFromDirectory.cxx;h=c2245113f0a3bde6e4f1a8de1b1ae0de1848b5fd;hb=125ebd33086d760e061a2a56656b7f6fb7be27fc;hp=30558f7ce46c3c7d9f4fba09084df4175b4fca5e;hpb=32bcee89a98b5ee1fe8d472d951ae68bde7435ee;p=crea.git diff --git a/src/creaFilesFromDirectory.cxx b/src/creaFilesFromDirectory.cxx index 30558f7..c224511 100644 --- a/src/creaFilesFromDirectory.cxx +++ b/src/creaFilesFromDirectory.cxx @@ -3,8 +3,8 @@ Program: crea Module: $RCSfile: creaFilesFromDirectory.cxx,v $ Language: C++ - Date: $Date: 2009/03/25 16:29:33 $ - Version: $Revision: 1.4 $ + Date: $Date: 2009/04/14 12:54:38 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -143,7 +143,7 @@ int DirList::Explore(std::string const &dirpath, bool recursive) } if ( S_ISREG(buf.st_mode) ) //is it a regular file? { - printf("EED DirList::Explore [%s]\n" , d->d_name ); + //printf("EED DirList::Explore [%s]\n" , d->d_name ); if ( d->d_name[0]!='.') { Filenames.push_back( fileName );