diff +sbp/D2.m @ 262:23051a86faa4 operator_remake

Removed static method smallestGrid
author Martin Almquist <martin.almquist@it.uu.se>
date Thu, 08 Sep 2016 15:37:48 +0200
parents 6009f2712d13
children
line wrap: on
line diff
--- a/+sbp/D2.m	Thu Sep 08 15:35:45 2016 +0200
+++ b/+sbp/D2.m	Thu Sep 08 15:37:48 2016 +0200
@@ -52,12 +52,12 @@
 
         end
     end
-
     methods (Static)
         function lambda = smallestGrid(obj)
             error('Not implmented')
         end
     end
+
 end