Skip to content

Commit

Permalink
fixed increment
Browse files Browse the repository at this point in the history
  • Loading branch information
kent0 committed Mar 31, 2024
1 parent cc0ac3e commit 321665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/batch.f
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subroutine breduce(a,n,m)
if (n.ne.k*m) k=k+1
m = n / k

nrem = n - (k+1)*m
nrem = n - k*m

do while (i.le.n)
ngop=m
Expand Down

0 comments on commit 321665e

Please sign in to comment.