Changeset 3234
- Timestamp:
- 03/09/10 14:20:50 (16 years ago)
- Location:
- issm/trunk/src/c/Bamgx
- Files:
-
- 16 added
- 5 edited
-
meshtype.h (modified) (1 diff)
-
objects/ListofIntersectionTriangles.cpp (modified) (1 diff)
-
objects/Triangle.cpp (modified) (1 diff)
-
objects/Triangles.cpp (modified) (1 diff)
-
objects/Vertex.cpp (modified) (1 diff)
-
shared (added)
-
shared/AGoodNumberPrimeWith.cpp (added)
-
shared/AGoodNumberPrimeWith.h (added)
-
shared/CloseBoundaryEdge.cpp (added)
-
shared/CloseBoundaryEdge.h (added)
-
shared/CloseBoundaryEdgeV2.cpp (added)
-
shared/CloseBoundaryEdgeV2.h (added)
-
shared/FindTriangle.cpp (added)
-
shared/FindTriangle.h (added)
-
shared/ForceEdge.cpp (added)
-
shared/ForceEdge.h (added)
-
shared/SwapForForcingEdge.cpp (added)
-
shared/SwapForForcingEdge.h (added)
-
shared/shared.h (added)
-
shared/swap.cpp (added)
-
shared/swap.h (added)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/meshtype.h
r3232 r3234 59 59 template<class T> inline T Min3 (const T &a,const T & b,const T & c){return Min(Min(a,b),c);} 60 60 61 //some functions62 Int4 AGoodNumberPrimeWith(Int4 n);63 64 61 //Inline functions 65 62 inline int BinaryRand(){ -
issm/trunk/src/c/Bamgx/objects/ListofIntersectionTriangles.cpp
r3233 r3234 5 5 6 6 #include "../BamgObjects.h" 7 #include "../shared/shared.h" 7 8 8 9 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/Triangle.cpp
r3233 r3234 5 5 6 6 #include "../BamgObjects.h" 7 #include "../shared/shared.h" 7 8 8 9 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/Triangles.cpp
r3233 r3234 5 5 6 6 #include "../BamgObjects.h" 7 #include "../shared/shared.h" 7 8 #include "QuadTree.h" 8 9 #include "SetOfE4.h" -
issm/trunk/src/c/Bamgx/objects/Vertex.cpp
r3233 r3234 5 5 6 6 #include "../BamgObjects.h" 7 #include "../shared/shared.h" 7 8 8 9 #undef __FUNCT__
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)