Changeset 3435
- Timestamp:
- Aug 2, 2006, 12:15:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/mesh.py
r3351 r3435 547 547 else: 548 548 self.geo_reference = geo_reference 549 550 self.shape = None 549 551 550 552 def __cmp__(self,other): … … 1578 1580 expand_pinch=False): 1579 1581 """ 1580 Precon: There is a self.shape 1581 """ 1582 #FIXME remove the precon. Internally check 1582 Change the filters applied on the alpha shape boundary 1583 """ 1584 if self.shape is None: 1585 return [],[],0.0 1583 1586 return self._boundary2mesh(raw_boundary=raw_boundary, 1584 1587 remove_holes=remove_holes,
Note: See TracChangeset
for help on using the changeset viewer.