Ignore:
Timestamp:
07/20/23 11:36:48 (20 months ago)
Author:
jdquinn
Message:

CHG: Bad commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/roundmesh.py

    r27842 r27843  
    3737    expwrite(A, expname)
    3838
    39     # Call Bamg
     39    # Call mesher
    4040    md = triangle(md, expname, resolution)
    4141    # md = bamg(md, 'domain', 'RoundDomainOutline.exp', 'hmin', resolution)
     
    4747
    4848    # Delete domain
    49     os.remove(expname)
     49    if not len(args):
     50        os.remove(expname)
    5051
    5152    return md
Note: See TracChangeset for help on using the changeset viewer.