Changeset 26365
- Timestamp:
- 07/27/21 12:55:54 (4 years ago)
- Location:
- issm/trunk-jpl/src/m/solve
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/marshall.m
r26358 r26365 50 50 % Uncomment the following to make a copy of the binary input file for debugging 51 51 % purposes (can be fed into scripts/BinRead.py). 52 copyfile([md.miscellaneous.name '.bin'], [md.miscellaneous.name '.m.bin'])52 % copyfile([md.miscellaneous.name '.bin'], [md.miscellaneous.name '.m.bin']) -
issm/trunk-jpl/src/m/solve/marshall.py
r26358 r26365 50 50 # Uncomment the following to make a copy of the binary input file for 51 51 # debugging purposes (can be fed into scripts/BinRead.py). 52 copy_cmd = 'cp {}.bin {}.py.bin'.format(md.miscellaneous.name, md.miscellaneous.name)53 subprocess.call(copy_cmd, shell=True)52 # copy_cmd = 'cp {}.bin {}.py.bin'.format(md.miscellaneous.name, md.miscellaneous.name) 53 # subprocess.call(copy_cmd, shell=True)
Note:
See TracChangeset
for help on using the changeset viewer.