Changeset 25315 for issm/trunk-jpl/src/m/solve/marshall.m
- Timestamp:
- 07/30/20 13:02:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/marshall.m
r25161 r25315 43 43 %close file 44 44 st=fclose(fid); 45 % % Uncomment the following to make a copy of the binary input file for debugging 46 % % purposes (can be fed into scripts/ReadBin.py). 47 % copyfile([md.miscellaneous.name '.bin'], [md.miscellaneous.name '.m.bin']) 45 48 if st==-1, 46 49 error(['marshall error message: could not close file ' [md.miscellaneous.name '.bin']]);
Note:
See TracChangeset
for help on using the changeset viewer.