Skip to content

Commit b4eb531

Browse files
Update nonlinchem.jl
1 parent 978c8fc commit b4eb531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ode/nonlinchem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nlc_analytic(u0,p,t) = [exp(-t);
1010
-exp(-t)+1+(-2sqrt(exp(-t))*besselk(1,2sqrt(exp(-t)))+sqrt(exp(-t))*besseli(1,2sqrt(exp(-t)))*2besselk(1,2)/besseli(1,2))/(2besselk(0,2sqrt(exp(-t)))+2besselk(1,2)/besseli(1,2)*besseli(0,2sqrt(exp(-t))))]
1111
nonLinChem_f = ODEFunction(nonLinChem,analytic = nlc_analytic)
1212

13-
"""
13+
@doc doc"""
1414
Nonlinear system of reactions with an analytical solution
1515
1616
```math

0 commit comments

Comments
 (0)