Mercurial > repos > public > sbplib
diff +multiblock/Laplace.m @ 750:43e64f5b388e feature/grids
Add missing semicolon in multiblock.Laplace
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 04 Jun 2018 17:48:19 +0200 |
parents | ec0a594bea9f |
children | e05465aa2e25 |
line wrap: on
line diff
--- a/+multiblock/Laplace.m Mon Jun 04 17:47:32 2018 +0200 +++ b/+multiblock/Laplace.m Mon Jun 04 17:48:19 2018 +0200 @@ -43,7 +43,7 @@ end function [closure, penalty] = boundary_condition(obj,boundary,type) % TODO: Change name to boundaryCondition - [closure, penalty] = boundary_condition(obj.mbDiffOp, boundary, type) + [closure, penalty] = boundary_condition(obj.mbDiffOp, boundary, type); end function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) error('Not implemented')