From 5dab8c5d8b2339da3ff4933aa5a49a2a8d998c08 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 24 Mar 2016 15:24:27 +0000 Subject: [PATCH] Corrected typo in inputfile_old2new tool example. --- docs/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/features.rst b/docs/source/features.rst index 49563c1d..8f6e7f70 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -81,7 +81,7 @@ There are commands from previous versions of gprMax that are planned for this ve Migrating old input files ------------------------- -gprMax includes a Python module (in the ``tools`` package) to help you migrate old input files, written for previous versions of gprMax, to the syntax of the new commands. The module will do its best to convert the old file and write a new one, however, you should still carefully check the new file to make sure it is what you intended! Usage (from the top-level gprMax directory) is: ``python -m tools.inputfileold2new my_old_inputfile.in``. +gprMax includes a Python module (in the ``tools`` package) to help you migrate old input files, written for previous versions of gprMax, to the syntax of the new commands. The module will do its best to convert the old file and write a new one, however, you should still carefully check the new file to make sure it is what you intended! Usage (from the top-level gprMax directory) is: ``python -m tools.inputfile_old2new my_old_inputfile.in``. Key features