Changeset 26365


Ignore:
Timestamp:
07/27/21 12:55:54 (4 years ago)
Author:
jdquinn
Message:

CHG: Commented out input bin file save

Location:
issm/trunk-jpl/src/m/solve
Files:
2 edited

Legend:

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

    r26358 r26365  
    5050% Uncomment the following to make a copy of the binary input file for debugging
    5151% 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  
    5050    # Uncomment the following to make a copy of the binary input file for
    5151    # 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.