Changeset 3033
- Timestamp:
- 02/16/10 10:58:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Geometry/FlagElements.m
r2990 r3033 32 32 %does the area domain outline exist or do we have to look for xlim,ylim in basinzoom? 33 33 if ~exist(area,'file'), 34 [xlim,ylim]=basinzoom(area) 34 [xlim,ylim]=basinzoom(area); 35 35 flag_nodes=double(md.x<xlim(2) & md.x>xlim(1) & md.y<ylim(2) & md.y>ylim(1)); 36 36 flag=prod(flag_nodes(md.elements),2);
Note:
See TracChangeset
for help on using the changeset viewer.