Commit e3f01b57 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Solver: Mage: Fix minor in ST file export.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment