Changeset 21865 for issm/trunk-jpl/src/c/bamg/ListofIntersectionTriangles.h
- Timestamp:
- 07/25/17 13:13:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/bamg/ListofIntersectionTriangles.h
r16233 r21865 63 63 int NewItem(Triangle *tt,double d0,double d1,double d2); 64 64 int NewItem(R2 ,const Metric &); 65 void SplitEdge( constMesh &,const R2 &,const R2 &,int nbegin=0);65 void SplitEdge(Mesh &,const R2 &,const R2 &,int nbegin=0); 66 66 double Length(); 67 67 long NewPoints(BamgVertex *,long &nbv,long maxnbv);
Note:
See TracChangeset
for help on using the changeset viewer.