Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/boundaryops/boundary_restriction.jl @ 1786:1f42944d4a72 feature/sbp_operators/laplace_curvilinear
Fix errors introduced by merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 16 Sep 2024 11:03:37 +0200 |
parents | 65b2d2c72fbc |
children |
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_restriction.jl Mon Sep 16 10:33:47 2024 +0200 +++ b/src/SbpOperators/boundaryops/boundary_restriction.jl Mon Sep 16 11:03:37 2024 +0200 @@ -27,5 +27,5 @@ end function boundary_restriction(g::MappedGrid, stencil_set::StencilSet, boundary) - return boundary_restriction(logicalgrid(g), stencil_set, boundary) + return boundary_restriction(logical_grid(g), stencil_set, boundary) end