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)):