changeset 397:4fd5bfe5d0bb feature/SBPinTimeClarity

Remove extra lines.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 02 Feb 2017 09:47:21 +0100
parents 3fdfad20037e
children fccd746d8573
files +sbp/D1Nonequidistant.m +sbp/D2Standard.m
diffstat 2 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/+sbp/D1Nonequidistant.m	Thu Feb 02 09:46:22 2017 +0100
+++ b/+sbp/D1Nonequidistant.m	Thu Feb 02 09:47:21 2017 +0100
@@ -81,14 +81,6 @@
             obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l';
 
             obj.borrowing = [];
-
         end
     end
-
-
 end
-
-
-
-
-
--- a/+sbp/D2Standard.m	Thu Feb 02 09:46:22 2017 +0100
+++ b/+sbp/D2Standard.m	Thu Feb 02 09:47:21 2017 +0100
@@ -63,11 +63,8 @@
             end
 
             obj.m = m;
-
         end
     end
-
-
 end