Skip to content

Commit

Permalink
Merge pull request #13 from jove1/fix-issue-#12
Browse files Browse the repository at this point in the history
fix issue #12
  • Loading branch information
inducer committed Dec 10, 2014
2 parents d69ae7f + 91c302b commit c2da888
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 c2da888

Please sign in to comment.