Skip to content

Commit fb81c8c

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents ac06aeb + a399327 commit fb81c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HSP2/GQUAL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def gqual(store, siminfo, uci, ts):
976976
tiqal = idqal + isqal4
977977
troqal = rodqal + rosqal4
978978
if nexits > 1:
979-
for n in range(1, nexits):
979+
for n in range(0, nexits-1):
980980
toqal[n] = odqal[n] + tosqal[n]
981981

982982
if avdepe > 0.17: # simulate decay on suspended sediment

0 commit comments

Comments
 (0)