From 87f668e508343ce459cb41588b64c105044bb879 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Wed, 30 Mar 2016 17:40:43 +0100 Subject: [PATCH] Tidied some code spacing. --- tools/inputfile_old2new.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/inputfile_old2new.py b/tools/inputfile_old2new.py index 80b8c2c4..a4f14209 100644 --- a/tools/inputfile_old2new.py +++ b/tools/inputfile_old2new.py @@ -42,13 +42,12 @@ newfile += '_v3syntax' print("Attempting to convert inputfile '{}' to use new syntax...\n".format(inputfile)) +model2D = False txs = [] badwaveforms = ['gaussiandot', 'gaussiandotdot'] linesources = [] voltagesources = [] hertziandipoles = [] -model2D = False - lindex = 0 while(lindex < len(inputlines)):