Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/inducer/meshpy
Browse files Browse the repository at this point in the history
  • Loading branch information
liubenyuan committed Dec 12, 2014
2 parents 4fda4e4 + c2da888 commit 7227f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/wrap_tetgen.cpp
Expand Up @@ -71,7 +71,7 @@ namespace
Regions(regionlist, numberofregions, 5),

FacetConstraints(facetconstraintlist, numberoffacetconstraints, 2),
SegmentConstraints(facetconstraintlist, numberofsegmentconstraints, 3),
SegmentConstraints(segmentconstraintlist, numberofsegmentconstraints, 3),

Faces(trifacelist, numberoftrifaces, 3),
AdjacentElements(adjtetlist, numberoftrifaces, 2, &Faces),
Expand Down

0 comments on commit 7227f84

Please sign in to comment.