Changeset 1464


Ignore:
Timestamp:
May 25, 2005, 5:59:27 PM (19 years ago)
Author:
ole
Message:

Comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/domain.py

    r1402 r1464  
    261261        x.sort()
    262262
     263        #Loop through edges that lie on the boundary and associate them with
     264        #callable boundary objects depending on their tags
    263265        for k, (vol_id, edge_id) in enumerate(x):
    264266            tag = self.boundary[ (vol_id, edge_id) ]
    265267
    266268            if boundary_map.has_key(tag):
    267                 B = boundary_map[tag]
     269                B = boundary_map[tag]  #Get callable boundary object
    268270
    269271                if B is not None:
Note: See TracChangeset for help on using the changeset viewer.