Changeset 1090


Ignore:
Timestamp:
06/24/09 16:39:48 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r1085 r1090  
    11function expcoarsen(newfile,oldfile,resolution);
     2%EXPCOARSEN - coarsen an exp contour
     3%
     4%   This routine read an Argus file and remove points with respect to
     5%   the resolution (in meters) given in input.
     6%
     7%   Usage:
     8%      expcoarsen(newfile,oldfile,resolution)
     9%
     10%   Example:
     11%       expcoarsen('DomainOutline.exp','Antarctica.exp',4000)
    212
    313%Some checks
Note: See TracChangeset for help on using the changeset viewer.