Changeset 3033


Ignore:
Timestamp:
02/16/10 10:58:13 (15 years ago)
Author:
Eric.Larour
Message:

little bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Geometry/FlagElements.m

    r2990 r3033  
    3232                        %does the area domain outline exist or do we have to look for xlim,ylim in basinzoom?
    3333                        if ~exist(area,'file'),
    34                                 [xlim,ylim]=basinzoom(area)
     34                                [xlim,ylim]=basinzoom(area);
    3535                                flag_nodes=double(md.x<xlim(2) & md.x>xlim(1) &  md.y<ylim(2) & md.y>ylim(1));
    3636                                flag=prod(flag_nodes(md.elements),2);
Note: See TracChangeset for help on using the changeset viewer.