Skip to content

Commit b7ac9b3

Browse files
remove third = true
1 parent 8399661 commit b7ac9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kdv_1d/kdv_1d_wide_stencil.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mesh = Mesh1D(coordinates_min, coordinates_max, N)
2121
# This can be improved by increasing N, which in fact leads to it being slower again.
2222
# TODO: This text maybe in the docs somewhere?
2323
accuracy_order = 4
24-
solver = Solver(mesh, accuracy_order; third = true)
24+
solver = Solver(mesh, accuracy_order)
2525

2626
semi = Semidiscretization(mesh, equations, initial_condition, solver,
2727
boundary_conditions = boundary_conditions)

0 commit comments

Comments
 (0)