From 71bf4bf906271e77c5e07c07887c5ab3698204df Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 9 Aug 2016 14:30:59 +0100 Subject: [PATCH] Updated print message for #geometry_objects_file --- gprMax/input_cmds_geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/input_cmds_geometry.py b/gprMax/input_cmds_geometry.py index 317576df..1c5a9fb4 100644 --- a/gprMax/input_cmds_geometry.py +++ b/gprMax/input_cmds_geometry.py @@ -97,7 +97,7 @@ def process_geometrycmds(geometry, G): build_voxels_from_array(xs, ys, zs, numexistmaterials, data, G.solid, G.rigidE, G.rigidH, G.ID) if G.messages: - tqdm.write('Geometry objects from file {} inserted at {:g}m, {:g}m, {:g}m, with corresponding materials file {} (dielectric smoothing will not occur for these objects).'.format(geofile, xs * G.dx, ys * G.dy, zs * G.dz, matfile)) + tqdm.write('Geometry objects from file {} inserted at {:g}m, {:g}m, {:g}m, with corresponding materials file {}, dielectric smoothing is off for these objects.'.format(geofile, xs * G.dx, ys * G.dy, zs * G.dz, matfile)) elif tmp[0] == '#edge:': if len(tmp) != 8: