Changeset 14536
- Timestamp:
- 04/11/13 13:36:25 (12 years ago)
- Location:
- issm/trunk-jpl/src/m
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expcreateprofile.m
r13730 r14536 12 12 13 13 %Get root of filename 14 [path root ext ver]=fileparts(filename);14 [path root ext]=fileparts(filename); 15 15 16 16 %Get profile -
issm/trunk-jpl/src/m/exp/expflip.m
r13646 r14536 6 6 % 7 7 8 a=expread(domainname ,1);8 a=expread(domainname); 9 9 10 10 for i=1:length(a),
Note:
See TracChangeset
for help on using the changeset viewer.