Changeset 2717


Ignore:
Timestamp:
12/09/09 14:11:46 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/flowlines.m

    r2716 r2717  
    5151N=length(x0);
    5252X=x0; Y=y0;
    53 flowpath=struct('x',cell(N,1),'y',cell(N,1));
     53flowpath=struct('x',cell(N,1),'y',cell(N,1),'name','','density',1);
    5454for i=1:N,
    5555        flowpath(i).x=x0(i);
     
    158158for i=1:length(queue)
    159159        flowpath(queue(i)).name=['flowline' num2str(i)];
    160         flowpath(queue(i)).density=1;
    161160end
Note: See TracChangeset for help on using the changeset viewer.