Changeset 2708
- Timestamp:
- 12/08/09 16:15:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@plotoptions/buildlist.m
r2468 r2708 65 65 else 66 66 %assign to subplot 67 if str2num(plotnum)>numberofplots, 68 error(['plotoptions error message: ' field ' cannot be assigned (' plotnum ' exceed maximum number of plot)']); 69 end 67 70 plotoptions.list{str2num(plotnum)}=addfield(plotoptions.list{str2num(plotnum)},field,rawoptions.list{i,2}); 68 71 end
Note:
See TracChangeset
for help on using the changeset viewer.