Geometry: Fix ST file import function.

mesh
Pierre-Antoine Rouby 2023-06-26 11:06:09 +02:00
parent 826dfaf72e
commit e01f6b3261
1 changed files with 1 additions and 2 deletions

View File

@ -413,8 +413,7 @@ class Reach:
elif len(line) == 5:
line.append("")
list_header.append(line)
else:
line_is_header = False
line_is_header = False
else:
# Read until "999.9990 999.9990" as found
if len(line) == 3: