Skip to content

Commit

Permalink
Minor error in PosDiv
Browse files Browse the repository at this point in the history
Error on PosDiv, would impact MILESIAN_YEAR_BASE
  • Loading branch information
Louis-Aime committed Jan 20, 2018
1 parent c95cc28 commit 7e310cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OOCalc Milesian.bas
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ PosDiv = 0
A = A + D
PosDiv = PosDiv - 1
Wend
While (A > D)
While (A >= D)
A = A - D
PosDiv = PosDiv + 1
Wend
Expand Down

0 comments on commit 7e310cd

Please sign in to comment.