Changeset 15917


Ignore:
Timestamp:
08/23/13 19:25:51 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updating path of showregion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/showregion.m

    r13009 r15917  
    1616%box off
    1717if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'),
    18         A=expread([issmdir() 'projects/Exp/Greenland.exp']);
     18        A=expread(['/u/astrid-r1b/ModelData/Exp/Greenland.exp']);
    1919elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'),
    20         A=expread([issmdir() '/projects/Exp/Antarctica.exp']);
     20        A=expread(['/u/astrid-r1b/ModelData/Exp/Antarctica.exp']);
    2121else
    2222        error('applyoptions error message: hemisphere not defined');
Note: See TracChangeset for help on using the changeset viewer.