Skip to content

Commit

Permalink
label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Sep 23, 2023
1 parent 668e6c8 commit 9f6c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/root_tests.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ subroutine problems(x, ax, bx, fx, xroot, cases, num_of_problems, latex)
b = x2
root = 7.4771853245531515E+01_wp
if (present(x)) f = y1 + ((x - x1) / (x2 - x1)) * (y2 - y1)
if (present(latex)) latex = '1012 + (x/x2)(-2126)'
if (present(latex)) latex = '1012 - 2126 x / 157.08'
end block tmp

case default
Expand Down

0 comments on commit 9f6c8fe

Please sign in to comment.