Skip to content
Snippets Groups Projects
Commit 775251a1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 6ed0f166
No related branches found
No related tags found
No related merge requests found
...@@ -227,9 +227,7 @@ bool tetgenmesh::reconstructmesh(void *p) ...@@ -227,9 +227,7 @@ bool tetgenmesh::reconstructmesh(void *p)
ver2tetarray[i] = NULL; ver2tetarray[i] = NULL;
} }
// Create the tetrahedra and connect those that share a common face. // Create the tetrahedra and connect those that share a common face.
printf("DOING for %d tets\n",tets.size());
for (unsigned int i = 0; i < tets.size(); i++) { for (unsigned int i = 0; i < tets.size(); i++) {
// Get the four vertices. // Get the four vertices.
for (int j = 0; j < 4; j++) { for (int j = 0; j < 4; j++) {
...@@ -428,7 +426,7 @@ bool tetgenmesh::reconstructmesh(void *p) ...@@ -428,7 +426,7 @@ bool tetgenmesh::reconstructmesh(void *p)
makepoint2submap(subfaces, idx2shlist, shperverlist); makepoint2submap(subfaces, idx2shlist, shperverlist);
// printf("coucou1\n"); // printf("coucou1\n");
// Process the set of PSC edges. // Process the set of PSC edges.
// Remeber that all segments have default marker '-1'. // Remeber that all segments have default marker '-1'.
// int COUNTER = 0; // int COUNTER = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment