mirror of https://gitlab.com/pamhyr/pamhyr2
Solver: Mage: Fix pep8.
parent
bdc5e35453
commit
797a853b36
|
|
@ -510,8 +510,8 @@ class Mage(CommandLineSolver):
|
||||||
|
|
||||||
f.write(
|
f.write(
|
||||||
f"{sin_dict[bhs._type]} " +
|
f"{sin_dict[bhs._type]} " +
|
||||||
f"{reach_id} {float(hs.input_kp):>12.3f} {param_str} " +
|
f"{reach_id} {float(hs.input_kp):>12.3f} " +
|
||||||
f"{name}\n"
|
f"{param_str} {name}\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
return files
|
return files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue