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

*** empty log message ***

parent 367c2037
No related branches found
No related tags found
No related merge requests found
...@@ -900,7 +900,7 @@ void MTriangleN::getFaceRep(int num, double *x, double *y, double *z, SVector3 * ...@@ -900,7 +900,7 @@ void MTriangleN::getFaceRep(int num, double *x, double *y, double *z, SVector3 *
// on the first layer, we have (numSubEdges-1) * 2 + 1 triangles // on the first layer, we have (numSubEdges-1) * 2 + 1 triangles
// on the second layer, we have (numSubEdges-2) * 2 + 1 triangles // on the second layer, we have (numSubEdges-2) * 2 + 1 triangles
// on the ith layer, we have (numSubEdges-1-i) * 2 + 1 triangles // on the ith layer, we have (numSubEdges-1-i) * 2 + 1 triangles
int ix, iy; int ix = 0, iy = 0;
int nbt = 0; int nbt = 0;
for (int i = 0; i < numSubEdges; i++){ for (int i = 0; i < numSubEdges; i++){
int nbl = (numSubEdges - i - 1) * 2 + 1; int nbl = (numSubEdges - i - 1) * 2 + 1;
......
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