Ignore:
Timestamp:
06/01/12 17:25:46 (13 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 12326M

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Miscellaneous/issmdoc.m

    r11527 r12329  
    22
    33%First get ISSM tier:
    4 ISSM_TIER=issmtier;
     4ISSM_DIR=issmdir;
    55
    66disp(sprintf('\n%s','  A comprehensive documentation is available on http://issm.jpl.nasa.gov'));
    77disp(sprintf('\n%s','  Example: how to create a square ice shelf'));
    8 disp(sprintf('%s','        go to ',ISSM_TIER,'/examples/SquareIceshelf'));
     8disp(sprintf('%s','        go to ',ISSM_DIR,'/examples/SquareIceshelf'));
    99disp(sprintf('%s','        md=model;                                %creates a new empty model structure'));
    1010disp(sprintf('%s','        md=triangle(md,''DomainOutline.exp'',50000);   %creates a mesh of the domain outline with a resolution of 50000m'));
Note: See TracChangeset for help on using the changeset viewer.