]> Creatis software - gdcm.git/blobdiff - Example/MakeDicomDir.cxx
Deleting Argument Manager *once* is enough
[gdcm.git] / Example / MakeDicomDir.cxx
index 72ff4ffa541ad43f61250daac6620f9a5c8295e9..4a14581f8d4175f4f76a65869aea7a2402b2ca98 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: MakeDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/06/07 11:12:10 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/06/15 09:54:49 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -38,7 +38,6 @@ void EndMethod(void *toto) {
 // ---
 
 /**
-  * \ingroup Test
   * \brief   Explores recursively the given directory
   *          orders the gdcm-readable found Files
   *          according their Patient/Study/Serie/Image characteristics
@@ -69,7 +68,7 @@ int main(int argc, char *argv[])
    }
 
    char *dirName;   
-   dirName  = am->ArgMgrGetString("dirName","."); 
+   dirName  = am->ArgMgrGetString("dirName",(char *)"."); 
 
    int loadMode;
    if ( am->ArgMgrDefined("noshadow") && am->ArgMgrDefined("noseq") )