Changeset 21713
- Timestamp:
- 05/12/17 14:49:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.m
r21705 r21713 191 191 id=getfieldvalue(options,'asymsubplot',i); 192 192 subplot(nlines,ncols,id); 193 subplotmodel(nlines,ncols,id,options); 193 194 else 194 subplot (nlines,ncols,i);195 subplotmodel(nlines,ncols,i,options); 195 196 end 196 197
Note:
See TracChangeset
for help on using the changeset viewer.