comparison +sbp/D2Variable.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
38 obj.derivatives.D2 = D2; 38 obj.derivatives.D2 = D2;
39 39
40 end 40 end
41 end 41 end
42 42
43 methods (Static)
44 function lambda = smallestGrid(obj)
45 error('Not implmented')
46 end
47 end
48 end 43 end
49 44
50 45
51 46
52 47