Ignore:
Timestamp:
May 16, 2007, 4:37:49 PM (17 years ago)
Author:
duncan
Message:

removing code to handle lone verts. Triangle does it now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/pmesh/mesh.py

    r4382 r4458  
    15331533                                                   ObjectNeighbor[2])
    15341534            index += 1
    1535         genDict['lonepointlist'].sort()
    1536         genDict['lonepointlist'].reverse()       
    1537         for loner in genDict['lonepointlist']:
     1535        #genDict['lonepointlist'].sort()
     1536        #genDict['lonepointlist'].reverse()       
     1537        #for loner in genDict['lonepointlist']:
    15381538            # Remove the loner vertex
    15391539            #print "Removing the loner", loner
    1540             self.meshVertices.pop(loner)
     1540            #self.meshVertices.pop(loner)
    15411541
    15421542    def setMesh(self, genDict):
Note: See TracChangeset for help on using the changeset viewer.