From bd3c816a2da866c3fc29f6b8dbbc2100a150a37b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 6 May 2016 16:33:11 +0100 Subject: [PATCH] Changed name of input directory variable for user Python blocks. --- docs/source/python_scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/python_scripting.rst b/docs/source/python_scripting.rst index 235fafbb..4698d2ac 100644 --- a/docs/source/python_scripting.rst +++ b/docs/source/python_scripting.rst @@ -20,7 +20,7 @@ You can access the following built-in variables from your Python code: * ``current_model_run`` is the current run number of the model that is been executed. * ``number_model_runs`` is the total number of runs specified when the model was initially executed, i.e. from ``python -m gprMax my_input_file -n number_of_model_runs`` -* ``inputdirectory`` is the path to the directory where your input file is located. +* ``input_directory`` is the path to the directory where your input file is located. Functions for input commands