Skip to content

Commit 84e44ce

Browse files
committed
copy across qlim as well
1 parent 4eddadc commit 84e44ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ETS3.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
obj.what = x.what;
100100
obj.qvar = x.qvar;
101101
obj.param = x.param;
102+
obj.qlim = x.qlim;
102103
else
103104
assert(ismember(what, {'Tx','Ty','Tz','Rx','Ry','Rz'}), 'ETS3: invalid transform type given');
104105
if ischar(x)

0 commit comments

Comments
 (0)