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