Ignore:
Timestamp:
07/30/20 13:02:01 (5 years ago)
Author:
jdquinn
Message:

CHG: Quick method for saving copy of binary files (commented out)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/marshall.m

    r25161 r25315  
    4343%close file
    4444st=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'])
    4548if st==-1,
    4649        error(['marshall error message: could not close file ' [md.miscellaneous.name '.bin']]);
Note: See TracChangeset for help on using the changeset viewer.