Changeset 2716


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

flowpath is now compatible with expwrite

File:
1 edited

Legend:

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

    r2561 r2716  
    154154        end
    155155end
     156
     157%EXP compatibility
     158for i=1:length(queue)
     159        flowpath(queue(i)).name=['flowline' num2str(i)];
     160        flowpath(queue(i)).density=1;
     161end
Note: See TracChangeset for help on using the changeset viewer.