Mercurial > repos > public > sbplib
diff +sbp/D4Standard.m @ 704:111fcbcff2e9 feature/optim
merg with featuew grids
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 03 Nov 2017 10:53:15 +0100 |
parents | e1d11b6a68d8 |
children |
line wrap: on
line diff
--- a/+sbp/D4Standard.m Fri Nov 03 10:43:27 2017 +0100 +++ b/+sbp/D4Standard.m Fri Nov 03 10:53:15 2017 +0100 @@ -28,7 +28,7 @@ methods function obj = D4Standard(m,lim,order) - + x_l = lim{1}; x_r = lim{2}; L = x_r-x_l; @@ -56,6 +56,10 @@ obj.m = m; end + + function str = string(obj) + str = [class(obj) '_' num2str(obj.order)]; + end end