Changeset 22790
- Timestamp:
- 05/16/18 13:06:37 (7 years ago)
- Location:
- issm/trunk/src/m
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/coordsystems/gmtmask.m
r22781 r22790 47 47 if exist(i{1},'file'), 48 48 gmtpath = i{1}; 49 break; 49 50 end 50 51 end -
issm/trunk/src/m/coordsystems/gmtmaskparallel.m
r22781 r22790 29 29 if exist(i{1},'file'), 30 30 gmtpath = i{1}; 31 break; 31 32 end 32 33 end -
issm/trunk/src/m/mesh/planet/gmsh/gmshplanet.m
r22771 r22790 108 108 if exist(i{1},'file'), 109 109 gmshpath = i{1} 110 break; 110 111 end 111 112 end
Note:
See TracChangeset
for help on using the changeset viewer.