diff +sbp/D2Standard.m @ 404:d6d27fdc342a

Merged in feature/SBPinTimeClarity (pull request #5) Feature/sbpintimeclarity Approved-by: Martin Almquist
author Martin Almquist <martin.almquist@it.uu.se>
date Thu, 02 Feb 2017 14:46:36 +0000
parents 4fd5bfe5d0bb
children bc78157c89cb 5f4540e13f9b
line wrap: on
line diff
--- a/+sbp/D2Standard.m	Thu Jan 26 13:07:51 2017 +0000
+++ b/+sbp/D2Standard.m	Thu Feb 02 14:46:36 2017 +0000
@@ -14,7 +14,7 @@
         h % Step size
         x % grid
         borrowing % Struct with borrowing limits for different norm matrices
-        
+
     end
 
     methods
@@ -63,11 +63,8 @@
             end
 
             obj.m = m;
-
         end
     end
-
-
 end