Skip to content

Commit be23be3

Browse files
GodotMisogiGodotMisogi
authored andcommitted
Fixed typo in KS pseudo-spectral
1 parent 27f2c28 commit be23be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/SimpleHandwrittenPDE/ks_spectral_wpd.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ xs, prob = kuramoto_sivashinsky(N, L, alpha)
7070

7171
sol = solve(prob, Rodas5(autodiff=false); dt = 1e-4, reltol = 1e-12, abstol = 1e-12)
7272

73-
test_sol = TestSolution(sol) # Reference soluton for error estimation
73+
test_sol = TestSolution(sol) # Reference solution for error estimation
7474

7575
tslices = LinRange(prob.tspan..., 50)
7676
ys = mapreduce(sol, hcat, tslices)

0 commit comments

Comments
 (0)