mirror of https://gitlab.com/pamhyr/pamhyr2
Solver: Mage: Fix minor in ST file export.
parent
d6924998d9
commit
e3f01b575a
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue