Changeset 11057
- Timestamp:
- 12/16/11 13:18:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Geometry/FlagElements.m
r9734 r11057 32 32 %does the region domain outline exist or do we have to look for xlim,ylim in basinzoom? 33 33 if ~exist(region,'file'), 34 if (length(region)>3 & ~strcmp(region(end-3),'.exp')), 35 error(['Error: File ' region ' not found!']); 36 end 34 37 [xlim,ylim]=basinzoom('basin',region); 35 38 flag_nodes=double(md.mesh.x<xlim(2) & md.mesh.x>xlim(1) & md.mesh.y<ylim(2) & md.mesh.y>ylim(1));
Note:
See TracChangeset
for help on using the changeset viewer.