comparison +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
comparison
equal deleted inserted replaced
261:6009f2712d13 262:23051a86faa4
77 obj.borrowing = []; 77 obj.borrowing = [];
78 78
79 end 79 end
80 end 80 end
81 81
82 methods (Static) 82
83 function lambda = smallestGrid(obj)
84 error('Not implmented')
85 end
86 end
87 end 83 end
88 84
89 85
90 86
91 87