Mercurial > repos > public > sbplib
changeset 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 | 1de60c4d462d |
children | 0ef96fcdc028 f2f5efc3644f |
files | +multiblock/Laplace.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 1de60c4d462d -r 43e64f5b388e +multiblock/Laplace.m --- 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')