Changeset 3233
- Timestamp:
- 03/09/10 13:20:04 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/Bamgx.cpp
r3232 r3233 17 17 #include <stdio.h> 18 18 #include <string.h> 19 #include " Mesh2.h"19 #include "BamgObjects.h" 20 20 #include "objects/QuadTree.h" 21 21 -
issm/trunk/src/c/Bamgx/objects/Geometry.cpp
r3232 r3233 4 4 #include <ctime> 5 5 6 #include "../ Mesh2.h"6 #include "../BamgObjects.h" 7 7 8 8 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/ListofIntersectionTriangles.cpp
r3232 r3233 4 4 #include <ctime> 5 5 6 #include "../ Mesh2.h"6 #include "../BamgObjects.h" 7 7 8 8 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/QuadTree.cpp
r3232 r3233 4 4 5 5 //#include "QuadTree.h" 6 #include "../ Mesh2.h"6 #include "../BamgObjects.h" 7 7 8 8 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/SetOfE4.cpp
r3232 r3233 1 1 2 #include "../ Mesh2.h"2 #include "../BamgObjects.h" 3 3 4 4 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/Triangle.cpp
r3232 r3233 4 4 #include <ctime> 5 5 6 #include "../ Mesh2.h"6 #include "../BamgObjects.h" 7 7 8 8 #undef __FUNCT__ -
issm/trunk/src/c/Bamgx/objects/Triangles.cpp
r3232 r3233 4 4 #include <ctime> 5 5 6 #include "../ Mesh2.h"6 #include "../BamgObjects.h" 7 7 #include "QuadTree.h" 8 8 #include "SetOfE4.h" -
issm/trunk/src/c/Bamgx/objects/Vertex.cpp
r3232 r3233 4 4 #include <ctime> 5 5 6 #include "../ Mesh2.h"6 #include "../BamgObjects.h" 7 7 8 8 #undef __FUNCT__ -
issm/trunk/src/c/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp
r3126 r3233 16 16 #include <stdio.h> 17 17 #include <string.h> 18 #include "../Bamgx/ Mesh2.h"19 #include "../Bamgx/ QuadTree.h"18 #include "../Bamgx/BamgObjects.h" 19 #include "../Bamgx/objects/QuadTree.h" 20 20 21 21 using namespace bamg;
Note:
See TracChangeset
for help on using the changeset viewer.