Skip to content

Commit 1fd848f

Browse files
Update integral.jl
1 parent 9990b50 commit 1fd848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integral.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function integrate(eq, xx::Tuple; kwargs...)
122122
sol = integrate(eq, x; kwargs...)
123123

124124
if sol isa Tuple
125-
if !isequal(sol, 0) && sol[2] == 0
125+
if !isequal(sol, 0) && sol[2] == 0
126126
return substitute(first(sol), Dict(x => hi)) -
127127
substitute(first(sol), Dict(x => lo))
128128
else

0 commit comments

Comments
 (0)