diff +scheme/Scheme.m @ 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 08b6281ba2a9
children 459eeb99130f
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()??