Changeset 852 for trunk/src/series.m
- Timestamp:
- Jan 20, 2015, 10:36:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r851 r852 180 180 if isfield(h,'ActionListUser') && iscell(h.ActionListUser) && isfield(h,'ActionPathListUser') && iscell(h.ActionPathListUser) 181 181 ActionList=[ActionList;h.ActionListUser]; 182 ActionPathList=[ActionPathList;h.ActionPathListUser ];182 ActionPathList=[ActionPathList;h.ActionPathListUser(:,1)]; 183 183 end 184 184 %get the menu of transform fct
Note: See TracChangeset
for help on using the changeset viewer.