mirror of https://gitlab.com/pamhyr/pamhyr2
fix typo
parent
a8a408b5d5
commit
c8d0d0c212
|
|
@ -446,7 +446,7 @@ class Rubar3(CommandLineSolver):
|
|||
ind = 1
|
||||
for mail in edge.reach.inter_profiles_rk():
|
||||
coef = get_stricklers_from_rk(mail, lst)
|
||||
if coeff is not None:
|
||||
if coef is not None:
|
||||
f.write(f"{ind:>6} {coef:>12.5f}")
|
||||
|
||||
ind += 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue