Changeset 777


Ignore:
Timestamp:
Jan 21, 2005, 4:09:16 PM (19 years ago)
Author:
ole
Message:

Cleanup

Location:
inundation/ga/storm_surge
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/examples/beach.py

    r774 r777  
    3333
    3434#HACK to remove internal boundary (until we get a solution)
    35 #Is this still necessary?
    36 for b in domain.boundary.keys():
    37     if domain.boundary[b] == '':
    38         del domain.boundary[b]
    39 domain = Domain(domain.coordinates, domain.triangles, domain.boundary)
     35#Is this still necessary? NO
     36#for b in domain.boundary.keys():
     37#    if domain.boundary[b] == '':
     38#        del domain.boundary[b]
     39#domain = Domain(domain.coordinates, domain.triangles, domain.boundary)
    4040
    4141domain.store = True
Note: See TracChangeset for help on using the changeset viewer.