Changeset 14323


Ignore:
Timestamp:
02/06/13 10:56:54 (12 years ago)
Author:
cborstad
Message:

BUG: fixed path to exp files for showregion plot option

File:
1 edited

Legend:

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

    r14300 r14323  
    350350        %box off
    351351        if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'),
    352                 A=expread([ jplsvn() '/projects/Exp/GreenlandBoxFront.exp']);
     352                A=expread([ jplsvn() '/projects/ModelData/Exp/GreenlandBoxFront.exp']);
    353353                [A.x A.y]=ll2xy(A.x,A.y,+1,45,70);
    354354                A.x = A.x(1:30:end);
    355355                A.y = A.y(1:30:end);
    356356        elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'),
    357                 A=expread([ jplsvn() '/projects/Exp/Antarctica.exp']);
     357                A=expread([ jplsvn() '/projects/ModelData/Exp/Antarctica.exp']);
    358358        else
    359359                error('applyoptions error message: hemisphere not defined');
Note: See TracChangeset for help on using the changeset viewer.