Mercurial > repos > public > sbplib
changeset 568:12ee11893453 feature/grids
Add todo about method name change
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 01 Sep 2017 10:52:56 +0200 |
parents | e860670e72f1 |
children | 7d5d74940987 |
files | +scheme/Scheme.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/+scheme/Scheme.m Mon Aug 28 14:29:46 2017 +0200 +++ b/+scheme/Scheme.m Fri Sep 01 10:52:56 2017 +0200 @@ -25,7 +25,7 @@ % neighbour_boundary is a string specifying which boundary to % interface to. % penalty may be a cell array if there are several penalties with different weights - [closure, penalty] = boundary_condition(obj,boundary,type) + [closure, penalty] = boundary_condition(obj,boundary,type) % TODO: Change name to boundaryCondition [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) % TODO: op = getBoundaryOperator()??