From faf55029d3231cd7aab608cc1fecfdcd0c49a98d Mon Sep 17 00:00:00 2001 From: sigurdeide <46527032+sigurdeide@users.noreply.github.com> Date: Fri, 31 Jan 2020 14:05:41 +0100 Subject: [PATCH] Update input_cmd_funcs.py --- gprMax/input_cmd_funcs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gprMax/input_cmd_funcs.py b/gprMax/input_cmd_funcs.py index 5f13d923..a3bd3f38 100644 --- a/gprMax/input_cmd_funcs.py +++ b/gprMax/input_cmd_funcs.py @@ -700,10 +700,10 @@ def geometry_objects_read(x, y, z, file1, file2): """Prints the #geometry_objects_read command. Args: - x y z are the lower left (x,y,z) coordinates in the domain where the lower left corner of the geometry array should be placed. - file1 is the path to and filename of the HDF5 file that contains an integer array which defines the geometry. - file2 is the path to and filename of the text file that contains #material commands. - not used: c1 is an optional parameter which can be y or n, used to switch on and off dielectric smoothing. Dielectric smoothing can only be turned on if the geometry objects that are being read were originally generated by gprMax, i.e. via the #geometry_objects_write command. + x y z are the lower left (x,y,z) coordinates in the domain where the lower left corner of the geometry array should be placed. + file1 is the path to and filename of the HDF5 file that contains an integer array which defines the geometry. + file2 is the path to and filename of the text file that contains #material commands. + not used: c1 is an optional parameter which can be y or n, used to switch on and off dielectric smoothing. Dielectric smoothing can only be turned on if the geometry objects that are being read were originally generated by gprMax, i.e. via the #geometry_objects_write command. Returns: coordinates (tuple): namedtuple Coordinate in the domain where the lower left corner of the geometry array is placed.