Changeset 2717
- Timestamp:
- 12/09/09 14:11:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/flowlines.m
r2716 r2717 51 51 N=length(x0); 52 52 X=x0; Y=y0; 53 flowpath=struct('x',cell(N,1),'y',cell(N,1) );53 flowpath=struct('x',cell(N,1),'y',cell(N,1),'name','','density',1); 54 54 for i=1:N, 55 55 flowpath(i).x=x0(i); … … 158 158 for i=1:length(queue) 159 159 flowpath(queue(i)).name=['flowline' num2str(i)]; 160 flowpath(queue(i)).density=1;161 160 end
Note:
See TracChangeset
for help on using the changeset viewer.