From 8094fa4e5867471a01a5ba0327a95e57e734cb8a Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 8 Feb 2016 18:21:39 +0000 Subject: [PATCH] Removed txs property as it was only used when converting old output files. --- gprMax/grid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gprMax/grid.py b/gprMax/grid.py index 168d402d..607ea907 100644 --- a/gprMax/grid.py +++ b/gprMax/grid.py @@ -52,7 +52,6 @@ class FDTDGrid: self.hertziandipoles = [] self.magneticdipoles = [] self.transmissionlines = [] - self.txs = [] # Only used for converting old output files to HDF5 format self.srcstepx = 0 self.srcstepy = 0 self.srcstepz = 0