Skip to content

Commit efb2220

Browse files
committed
correct boundary
1 parent 75935af commit efb2220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/1D_linear.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function main(nx=400)
4646

4747

4848
u = copy(u0_vec)
49-
weno = WENOScheme(u; boundary=(02, 02), stag=true)
49+
weno = WENOScheme(u; boundary=(2, 2), stag=true)
5050

5151
# advection velocity
5252
a = ones(nx+1) .* 1

0 commit comments

Comments
 (0)