Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 5786af8

Browse files
committed
fixed include
1 parent be0b165 commit 5786af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqOperators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include("matrixfree_operators.jl")
2121
include("jacvec_operators.jl")
2222

2323
### Boundary Operators
24-
include("derivative_operators/robin_bc_extended.jl")
24+
include("derivative_operators/BC_operators.jl")
2525

2626
### Derivative Operators
2727
include("derivative_operators/fornberg.jl")

0 commit comments

Comments
 (0)