Skip to content

Commit b739598

Browse files
committed
typo
1 parent 27fc2e2 commit b739598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_lobattoradau.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using LinearAlgebra
4747
@testset "Some numerical integration" begin
4848
f = x -> 2x + 7x^2 + 10x^3 + exp(-x)
4949
x, w = COP.gaussradau(Chebyshev(), 10, -1.0)
50-
@test dot(f.(x), w) 14.97303754807069897 # integral of (2x + 7x^2 + 10x^3 + exp(-x))/sqrt(1-x62)
50+
@test dot(f.(x), w) 14.97303754807069897 # integral of (2x + 7x^2 + 10x^3 + exp(-x))/sqrt(1-x^2)
5151
@test x[1] == -1
5252

5353
f = x -> -1.0 + 5x^6

0 commit comments

Comments
 (0)