Changeset 1264


Ignore:
Timestamp:
07/08/09 11:55:18 (16 years ago)
Author:
Eric.Larour
Message:

Threshold now allowed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/expcoarsen.m

    r1219 r1264  
    4747                        numpoints=numpoints-1;
    4848                else
    49                         division=floor(distance/resolution)+2;
    50                         if division>2,
     49                        division=floor(distance/resolution)+1;
     50                        if division>=2,
    5151                                x=linspace(A(count).x(j),A(count).x(j+1),division)';
    5252                                y=linspace(A(count).y(j),A(count).y(j+1),division)';
Note: See TracChangeset for help on using the changeset viewer.