diff +sbp/D1Nonequidistant.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 8a625c5a3633
line wrap: on
line diff
--- a/+sbp/D1Nonequidistant.m	Thu Sep 08 15:35:45 2016 +0200
+++ b/+sbp/D1Nonequidistant.m	Thu Sep 08 15:37:48 2016 +0200
@@ -79,11 +79,7 @@
         end
     end
     
-    methods (Static)
-        function lambda = smallestGrid(obj)
-            error('Not implmented')
-        end
-    end
+
 end