Commit in slic/src on MAIN
CommandLineProcessor.cc+3-31.6 -> 1.7
JM: Make name of GDML dump file mandatory.

slic/src
CommandLineProcessor.cc 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- CommandLineProcessor.cc	20 Dec 2006 01:59:03 -0000	1.6
+++ CommandLineProcessor.cc	7 Feb 2007 08:37:31 -0000	1.7
@@ -1,4 +1,4 @@
-// $Id: CommandLineProcessor.cc,v 1.6 2006/12/20 01:59:03 jeremy Exp $
+// $Id: CommandLineProcessor.cc,v 1.7 2007/02/07 08:37:31 jeremy Exp $
 
 #include "CommandLineProcessor.hh"
 
@@ -50,7 +50,7 @@
       {"physics-list", required_argument, 0, 'l'},
       {"log-file", required_argument, 0, 'L'},
       {"seed", required_argument, 0, 'd'},
-      {"dump-gdml", optional_argument, 0, 'G'},    
+      {"dump-gdml", required_argument, 0, 'G'},    
       {0, 0, 0, 0}
     };
 
@@ -324,7 +324,7 @@
     addOption(new CommandLineOption("G",
 			     "dump-gdml",
 			     "Dump geometry to GDML file.",
-			     0,
+			     1,
 			     1,
 			     "/lcdd/dumpGDML"));
   }
CVSspam 0.2.8