Changeset 25738


Ignore:
Timestamp:
11/03/20 12:38:09 (4 years ago)
Author:
dlcheng
Message:

CHG: typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpBedmachineGreenland.m

    r25736 r25738  
    2121for i=1:numel(paths)
    2222        if exist(paths{i},'file')
    23                 ncfile = parths{i}
     23                ncfile = paths{i}
    2424                found = 1;
    2525                break;
     
    2828
    2929if ~found
    30         error(['Could not find ' basename '-' ncdate '.nc, you can add the path to the list');
     30        error(['Could not find ' basename '-' ncdate '.nc, you can add the path to the list']);
    3131end
    3232
Note: See TracChangeset for help on using the changeset viewer.