Changeset 2650
- Timestamp:
- 11/12/09 07:31:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_streamlines.m
r2561 r2650 18 18 %initialize flowpath 19 19 streamlines=getfieldvalue(options,'streamlines'); 20 if ischar(streamlines) & strcmpi(streamlines,'on'); 21 streamlines=60; 22 end 20 23 if iscell(streamlines) 21 24 x0=[]; y0=[];
Note:
See TracChangeset
for help on using the changeset viewer.