Changeset 12876
- Timestamp:
- 08/02/12 13:07:26 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/bamg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/bamg/Mesh.cpp
r12821 r12876 4764 4764 NbSwap += vi.Optim(1); 4765 4765 iv++; 4766 // } 4767 } 4768 if (verbose>3) { 4769 _printLine_(" number of points: " << iv); 4770 _printLine_(" number of swap to split internal edges with border vertices: " << NbSwap); 4771 nbv = iv; 4772 } 4773 } 4774 if (NbSplitEdge>nbv-nbvold) _printLine_("WARNING: not enough vertices to split all internal edges, we lost " << NbSplitEdge - ( nbv-nbvold) << " edges..."); 4775 if (verbose>2) _printLine_("SplitInternalEdgeWithBorderVertices: Number of splited edge " << NbSplitEdge); 4776 4777 return NbSplitEdge; 4766 } 4767 if (verbose>3) { 4768 _printLine_(" number of points: " << iv); 4769 _printLine_(" number of swap to split internal edges with border vertices: " << NbSwap); 4770 nbv = iv; 4771 } 4772 } 4773 if (NbSplitEdge>nbv-nbvold) _printLine_("WARNING: not enough vertices to split all internal edges, we lost " << NbSplitEdge - ( nbv-nbvold) << " edges..."); 4774 if (verbose>2) _printLine_("SplitInternalEdgeWithBorderVertices: Number of splited edge " << NbSplitEdge); 4775 4776 return NbSplitEdge; 4778 4777 } 4779 4778 /*}}}*/ -
issm/trunk-jpl/src/c/classes/bamg/typedefs.h
r12875 r12876 8 8 /*Integer coordinates types*/ 9 9 typedef int Icoor1; 10 typedef doubleIcoor2;10 typedef long Icoor2; 11 11 12 12 /*I2 and R2*/
Note:
See TracChangeset
for help on using the changeset viewer.