diff +sbp/D2Variable.m @ 389:42c89b5eedc0 feature/beams

Add borrowing constants for D2 operators in D4Variable
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 Jan 2017 17:31:28 +0100
parents f36d172e196b
children 359861563866
line wrap: on
line diff
--- a/+sbp/D2Variable.m	Mon Jan 09 11:20:28 2017 +0100
+++ b/+sbp/D2Variable.m	Tue Jan 10 17:31:28 2017 +0100
@@ -30,7 +30,7 @@
                     [obj.H, obj.HI, obj.D1, obj.D2, obj.e_l,...
                         obj.e_r, obj.d1_l, obj.d1_r] = ...
                         sbp.implementations.d2_variable_4(m,obj.h);
-                    obj.borrowing.M.S = 0.2505765857;
+                    obj.borrowing.M.d1 = 0.2505765857;
                 otherwise
                     error('Invalid operator order %d.',order);
             end