]> Creatis software - gdcm.git/commitdiff
ENH: also parse Baseline*
authormalaterre <malaterre>
Fri, 14 Jan 2005 23:57:06 +0000 (23:57 +0000)
committermalaterre <malaterre>
Fri, 14 Jan 2005 23:57:06 +0000 (23:57 +0000)
Testing/TestDirList.cxx

index 6d109a73b070e433923f55aebc8ca705883793d6..b60cdc38af2033574dad051b11f3db5d0efc4a25 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestDirList.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/14 21:52:05 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2005/01/14 23:57:06 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -22,7 +22,7 @@ int TestDirList(int , char* [])
    std::string path = GDCM_DATA_ROOT;
    std::cerr << path << std::endl;
 
-   gdcm::DirList list(path);
+   gdcm::DirList list(path, true);
    list.Print();
 
    return 0;