Changeset 25794
- Timestamp:
- 12/01/20 11:36:20 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpBedmachineGreenland.m
r25738 r25794 21 21 for i=1:numel(paths) 22 22 if exist(paths{i},'file') 23 ncfile = paths{i} 23 ncfile = paths{i}; 24 24 found = 1; 25 25 break;
Note:
See TracChangeset
for help on using the changeset viewer.