Mercurial > repos > public > sbplib
comparison +sbp/D4CompatibleVariable.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 |
---|---|
56 obj.derivatives.D4 = D4; | 56 obj.derivatives.D4 = D4; |
57 | 57 |
58 end | 58 end |
59 end | 59 end |
60 | 60 |
61 methods (Static) | |
62 function lambda = smallestGrid(obj) | |
63 error('Not implmented') | |
64 end | |
65 end | |
66 | |
67 | 61 |
68 | 62 |
69 end | 63 end |