Mercurial > repos > public > sbplib
diff +sbp/D4Standard.m @ 707:0de70ec8bf60 feature/quantumTriangles
merge with feature/optim
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 10 Nov 2017 14:22:56 +0100 |
parents | e1d11b6a68d8 |
children |
line wrap: on
line diff
--- a/+sbp/D4Standard.m Thu Oct 05 18:04:23 2017 +0200 +++ b/+sbp/D4Standard.m Fri Nov 10 14:22:56 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