From a8df199415455a39614955cb41b9cdf926d577b2 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 21 Feb 2017 12:38:15 +0000 Subject: [PATCH] Changed formatting of material type for imported materials. --- 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 63691294..c39ab596 100644 --- a/gprMax/input_cmds_geometry.py +++ b/gprMax/input_cmds_geometry.py @@ -81,7 +81,7 @@ def process_geometrycmds(geometry, G): for material in G.materials: if material.numID >= numexistmaterials: if material.type: - material.type += ', imported' + material.type += ',\nimported' else: material.type = 'imported'