Changeset 25736
- Timestamp:
- 11/03/20 12:33:32 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpBedmachineGreenland.m
r25735 r25736 19 19 20 20 found = 0; 21 for i=1:numel(paths) +121 for i=1:numel(paths) 22 22 if exist(paths{i},'file') 23 ncfile = parths{i} 23 24 found = 1; 24 ncfile = parths{i}25 break; 25 26 end 26 27 end
Note:
See TracChangeset
for help on using the changeset viewer.