~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to Mesh/meshGFaceDelaunayInsertion.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-27 17:36:40 UTC
  • mfrom: (1.4.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090927173640-meoeywl4f5hq5qas
Tags: 2.4.2.dfsg-1
[Christophe Prud'homme]
* New upstream release
  + solver code refactoring
  + better IDE integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
void connectTriangles(std::list<MTri3*> &);
93
93
void connectTriangles(std::vector<MTri3*> &);
94
94
void connectTriangles(std::set<MTri3*,compareTri3Ptr> &AllTris);
95
 
void gmshBowyerWatson(GFace *gf);
96
 
void gmshBowyerWatsonFrontal(GFace *gf);
 
95
void bowyerWatson(GFace *gf);
 
96
void bowyerWatsonFrontal(GFace *gf);
97
97
 
98
98
struct edgeXface
99
99
{