diff --git a/test/root_tests.f90 b/test/root_tests.f90 index 04eef22..5165d40 100644 --- a/test/root_tests.f90 +++ b/test/root_tests.f90 @@ -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