Skip to content

Commit

Permalink
Woops!
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Jun 3, 2024
1 parent 7034661 commit 93924dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/adjust.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

; Step 5. If precisions have not changed but the point didn't converge. A problem exists - add slack to every op
(unless any-false?
(set-rival-machine-bumps! (add1 bumps))
(set-rival-machine-bumps! machine (add1 bumps))
(define slack (get-slack))
(for ([prec (in-vector vprecs)]
[n (in-range (vector-length vprecs))])
Expand Down

0 comments on commit 93924dc

Please sign in to comment.