Changeset 3435


Ignore:
Timestamp:
Aug 2, 2006, 12:15:07 PM (18 years ago)
Author:
duncan
Message:

doing a fixme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pmesh/mesh.py

    r3351 r3435  
    547547        else:
    548548            self.geo_reference = geo_reference
     549
     550        self.shape = None
    549551           
    550552    def __cmp__(self,other):
     
    15781580                    expand_pinch=False):
    15791581        """
    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
    15831586        return self._boundary2mesh(raw_boundary=raw_boundary,
    15841587                    remove_holes=remove_holes,
Note: See TracChangeset for help on using the changeset viewer.