changeset 120:8eb4e39df8a5

Changed variable name to make it clear boundary penatlies are currently skipped.
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Dec 2015 11:27:11 +0100
parents c56437d097de
children ceba6be0389f
files +multiblock/stitchSchemes.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/+multiblock/stitchSchemes.m	Tue Dec 15 16:38:17 2015 +0100
+++ b/+multiblock/stitchSchemes.m	Fri Dec 18 11:27:11 2015 +0100
@@ -69,8 +69,8 @@
                 continue
             end
 
-            t = schms{i}.boundary_condition(fn{j},bc{:});
-            D{i,i} = D{i,i}+t;
+            [closure, ~] = schms{i}.boundary_condition(fn{j},bc{:});
+            D{i,i} = D{i,i}+closure;
         end
     end