diff +sbp/D2Variable.m @ 261:6009f2712d13 operator_remake

Moved and renamned all implementations.
author Martin Almquist <martin.almquist@it.uu.se>
date Thu, 08 Sep 2016 15:35:45 +0200
parents 07fa0d6a05bb
children 23051a86faa4
line wrap: on
line diff
--- a/+sbp/D2Variable.m	Thu Sep 08 14:36:06 2016 +0200
+++ b/+sbp/D2Variable.m	Thu Sep 08 15:35:45 2016 +0200
@@ -13,7 +13,8 @@
 
             switch order
                 case 4
-                    [H, HI, D1, D2, e_1, e_m, S_1, S_m] = sbp.variable4(m,h);
+                    [H, HI, D1, D2, e_1, e_m, S_1, S_m] = ...
+                        sbp.implementations.d2_variable_4(m,h);
                     obj.borrowing.M.S = 0.2505765857;
                 otherwise
                     error('Invalid operator order %d.',order);