comparison +sbp/D4Compatible.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
comparison
equal deleted inserted replaced
261:6009f2712d13 262:23051a86faa4
54 obj.derivatives.D4 = D4; 54 obj.derivatives.D4 = D4;
55 55
56 end 56 end
57 end 57 end
58 58
59 methods (Static)
60 function lambda = smallestGrid(obj)
61 error('Not implmented')
62 end
63 end
64
65 59
66 60
67 end 61 end