Mercurial > repos > public > sbplib_julia
changeset 17:10a5e7c77fb8
Fix reference to grid.BooundaryId
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 17 Dec 2018 15:26:43 +0100 |
parents | c61af27cb67a |
children | 49b1a6454f55 d1ac68092138 |
files | diffOp.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/diffOp.jl Mon Dec 17 15:05:45 2018 +0100 +++ b/diffOp.jl Mon Dec 17 15:26:43 2018 +0100 @@ -16,7 +16,7 @@ error("not implemented") end -function interface(Du::DiffOp, Dv::DiffOp, b::BoundaryID; type) +function interface(Du::DiffOp, Dv::DiffOp, b::grid.BoundaryId; type) error("not implemented") end