FEM: code formating, flake8

This commit is contained in:
Bernd Hahnebach
2017-02-28 11:50:58 +01:00
committed by wmayer
parent cc2c51b81d
commit 07d1dccebb
5 changed files with 6 additions and 7 deletions

View File

@@ -1453,7 +1453,6 @@ def use_correct_fluidinout_ele_def(FluidInletoutlet_ele, fileName):
line = f.readline()
cnt = cnt + 1
# obtain element line numbers for inlet and outlet
while (len(line) > 1):
ind = line.find(',')