From 97b21a9c5ea380b07140eb6fa4b3daf19ee19382 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 31 Mar 2016 18:11:14 +0100 Subject: [PATCH] Renaming of some functions and command line option to create input file after processing Python and include commands. --- gprMax/gprMax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/gprMax.py b/gprMax/gprMax.py index 3fb2c7b9..a9ccd460 100644 --- a/gprMax/gprMax.py +++ b/gprMax/gprMax.py @@ -53,7 +53,7 @@ def main(): parser.add_argument('-mpi', action='store_true', default=False, help='switch on MPI task farm') parser.add_argument('-benchmark', action='store_true', default=False, help='switch on benchmarking mode') parser.add_argument('--geometry-only', action='store_true', default=False, help='only build model and produce geometry file(s)') - parser.add_argument('--write-processed', action='store_true', default=False, help='write an input file after any Python and #include code in the original input file have been processed') + parser.add_argument('--write-processed', action='store_true', default=False, help='write an input file after any Python code and include commands in the original input file have been processed') parser.add_argument('--opt-taguchi', action='store_true', default=False, help='optimise parameters using the Taguchi optimisation method') args = parser.parse_args() numbermodelruns = args.n