Skip to content

Commit 11a641b

Browse files
committed
adjust tolerance
1 parent 102cd9b commit 11a641b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specialfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ for (op,ODE,RHS,growth) in ((:(erf),"f'*D^2+(2f*f'^2-f'')*D","0",:(imag)),
218218
end
219219
D=Derivative(space(f))
220220
B=[Evaluation(space(f),xmin),Evaluation(space(f),xmax)]
221-
u=\([B;eval($L)],[opfxmin;opfxmax;eval($R)];tolerance=eps(T)*opmax)
221+
u=\([B;eval($L)],[opfxmin;opfxmax;eval($R)];tolerance=10eps(T)*opmax)
222222

223223
setdomain(u,domain(fin))
224224
end

0 commit comments

Comments
 (0)