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