Changeset 22498 for issm/trunk-jpl/src/c/modules/Trianglex/Trianglex.cpp
- Timestamp:
- 03/03/18 15:02:46 (7 years ago)
- Location:
- issm/trunk-jpl/src/c/modules/Trianglex
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Trianglex/Trianglex.cpp
r22496 r22498 1 /*!\file Tri Meshx2 * \brief: x code for Tri Meshmesher1 /*!\file Trianglex 2 * \brief: x code for Triangle mesher 3 3 */ 4 4 5 5 /*Header files: {{{*/ 6 #include "./Tri Meshx.h"6 #include "./Trianglex.h" 7 7 #include "../../shared/shared.h" 8 8 #include "../../toolkits/toolkits.h" … … 17 17 /*}}}*/ 18 18 19 void Tri Meshx(int** pindex,IssmPDouble** px,IssmPDouble** py,int** psegments,int** psegmentmarkerlist,int* pnels,int* pnods, int* pnsegs,Contours* domain,Contours* rifts,double area){19 void Trianglex(int** pindex,IssmPDouble** px,IssmPDouble** py,int** psegments,int** psegmentmarkerlist,int* pnels,int* pnods, int* pnsegs,Contours* domain,Contours* rifts,double area){ 20 20 21 21 #if !defined(_HAVE_TRIANGLE_)
Note:
See TracChangeset
for help on using the changeset viewer.