Changeset 1976


Ignore:
Timestamp:
Oct 25, 2005, 1:41:12 PM (19 years ago)
Author:
ole
Message:

Removed obsolete comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified inundation/examples/beach.py ΒΆ

    r901 r1976  
    3030print 'Creating domain from %s.tsh' %name
    3131domain = pmesh_to_domain_instance(name + '.tsh', Domain)
    32 
    33 #HACK to remove internal boundary (until we get a solution)
    34 #Is this still necessary? NO
    35 #for b in domain.boundary.keys():
    36 #    if domain.boundary[b] == '':
    37 #        del domain.boundary[b]
    38 #domain = Domain(domain.coordinates, domain.triangles, domain.boundary)
    3932
    4033domain.store = True
Note: See TracChangeset for help on using the changeset viewer.