Solver: Mage: Fix minor in ST file export.

setup.py
Pierre-Antoine Rouby 2023-10-23 10:31:59 +02:00
parent d6924998d9
commit e3f01b575a
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class Mage(AbstractSolver):
)
# Point line
f.write(f"{x} {y} {z}{n} {sediment}\n")
f.write(f"{x} {y} {z} {n} {sediment}\n")
# Profile last line
f.write(f" 999.9990 999.9990 999.9990\n")