Mage: ST export minor change.

setup.py
Pierre-Antoine Rouby 2023-11-27 14:49:42 +01:00
parent 8b3baf433f
commit 51858597cd
1 changed files with 3 additions and 3 deletions

View File

@ -200,9 +200,9 @@ class Mage(CommandLineSolver):
wfile.write(f"{num}{c1}{c2}{t} {kp} {pname} {sediment}\n")
def _export_ST_point_line(self, wfile, files, point):
x = f"{point.x:<12f}"[0:12]
y = f"{point.y:<12f}"[0:12]
z = f"{point.z:<12f}"[0:12]
x = f"{point.x:<12.4f}"[0:12]
y = f"{point.y:<12.4f}"[0:12]
z = f"{point.z:<12.4f}"[0:12]
n = f"{point.name:<3}"
# Generate sediment additional data if available