Changeset 1093
- Timestamp:
- 06/25/09 08:58:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Exp/expcoarsen.m
r1090 r1093 28 28 A=expread(oldfile,1); 29 29 numprofiles=size(A,2); 30 A(1).x(end)31 30 32 31 %Go through the profiles … … 52 51 53 52 end 54 A(1).x(end)55 53 54 %write output 56 55 expwrite(A,newfile);
Note:
See TracChangeset
for help on using the changeset viewer.