Mage: Fix QSO export.

mesh
Pierre-Antoine Rouby 2023-08-23 16:44:14 +02:00
parent 2de2c8e077
commit 09bdb7dd92
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Mage(AbstractSolver):
v0 = d[0]
v1 = d[1]
if t is "HYD":
if t in ["HYD", "QSO"]:
v0 /= 60 # Convert first column to minute
f.write(f"{v0:10}{v1:10}\n")