Changeset 13213
- Timestamp:
- 08/31/12 10:34:20 (13 years ago)
- Location:
- issm/trunk-jpl/src/modules
- Files:
-
- 35 edited
-
AverageFilter/AverageFilter.h (modified) (1 diff)
-
BamgConvertMesh/BamgConvertMesh.h (modified) (1 diff)
-
BamgMesher/BamgMesher.h (modified) (1 diff)
-
BamgTriangulate/BamgTriangulate.h (modified) (1 diff)
-
Chaco/Chaco.h (modified) (1 diff)
-
ContourToMesh/ContourToMesh.h (modified) (1 diff)
-
ContourToNodes/ContourToNodes.h (modified) (1 diff)
-
ElementConnectivity/ElementConnectivity.h (modified) (1 diff)
-
EnumToString/EnumToString.h (modified) (1 diff)
-
Exp2Kml/Exp2Kml.h (modified) (1 diff)
-
HoleFiller/HoleFiller.h (modified) (1 diff)
-
InternalFront/InternalFront.h (modified) (1 diff)
-
InterpFromGridToMesh/InterpFromGridToMesh.h (modified) (1 diff)
-
InterpFromMesh2d/InterpFromMesh2d.h (modified) (1 diff)
-
InterpFromMeshToGrid/InterpFromMeshToGrid.h (modified) (1 diff)
-
InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.h (modified) (1 diff)
-
InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.h (modified) (1 diff)
-
KMLFileRead/KMLFileRead.h (modified) (1 diff)
-
KMLMeshWrite/KMLMeshWrite.h (modified) (1 diff)
-
KMLOverlay/KMLOverlay.h (modified) (1 diff)
-
Kml2Exp/Kml2Exp.h (modified) (1 diff)
-
Kriging/Kriging.h (modified) (1 diff)
-
Ll2xy/Ll2xy.h (modified) (1 diff)
-
MeshPartition/MeshPartition.h (modified) (1 diff)
-
MeshProfileIntersection/MeshProfileIntersection.h (modified) (1 diff)
-
NodeConnectivity/NodeConnectivity.h (modified) (1 diff)
-
PointCloudFindNeighbors/PointCloudFindNeighbors.h (modified) (1 diff)
-
PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.h (modified) (1 diff)
-
Scotch/Scotch.h (modified) (1 diff)
-
Shp2Kml/Shp2Kml.h (modified) (1 diff)
-
StringToEnum/StringToEnum.h (modified) (1 diff)
-
TriMesh/TriMesh.h (modified) (1 diff)
-
TriMeshProcessRifts/TriMeshProcessRifts.h (modified) (1 diff)
-
TriaSearch/TriaSearch.h (modified) (1 diff)
-
Xy2ll/Xy2ll.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/AverageFilter/AverageFilter.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/BamgConvertMesh/BamgConvertMesh.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/BamgMesher/BamgMesher.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/BamgTriangulate/BamgTriangulate.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/Chaco/Chaco.h
r13211 r13213 12 12 #endif 13 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 17 #endif 18 14 19 /* local prototypes: */ 15 20 void ChacoUsage(void); 16 21 22 /*headers*/ 17 23 #include <stdio.h> 18 24 #include <string.h> /* strcasecmp */ 19 25 #include <time.h> /* clock,time,difftime */ 20 21 26 #include "../../c/include/globals.h" 22 27 #include "../../c/modules/modules.h" -
issm/trunk-jpl/src/modules/ContourToMesh/ContourToMesh.h
r13211 r13213 12 12 #endif 13 13 14 /* Very important definition in case we are compiling a python module!: needs to come before header files inclusion*/14 /*For python modules: needs to come before header files inclusion*/ 15 15 #ifdef _HAVE_PYTHON_ 16 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol -
issm/trunk-jpl/src/modules/ContourToNodes/ContourToNodes.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/ElementConnectivity/ElementConnectivity.h
r13211 r13213 12 12 #endif 13 13 14 /* Very important definition in case we are compiling a python module!: needs to come before header files inclusion*/14 /*For python modules: needs to come before header files inclusion*/ 15 15 #ifdef _HAVE_PYTHON_ 16 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol -
issm/trunk-jpl/src/modules/EnumToString/EnumToString.h
r13211 r13213 12 12 #endif 13 13 14 /* Very important definition in case we are compiling a python module!: needs to come before header files inclusion*/14 /*For python modules: needs to come before header files inclusion*/ 15 15 #ifdef _HAVE_PYTHON_ 16 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol -
issm/trunk-jpl/src/modules/Exp2Kml/Exp2Kml.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/HoleFiller/HoleFiller.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/InternalFront/InternalFront.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/InterpFromGridToMesh/InterpFromGridToMesh.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/InterpFromMesh2d/InterpFromMesh2d.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/InterpFromMeshToGrid/InterpFromMeshToGrid.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.h
r13211 r13213 12 12 #endif 13 13 14 /* local prototypes: */ 15 void InterpFromMeshToMesh2dUsage(void); 16 17 /*If python: this macro needs to come before header files inclusion*/ 14 /*For python modules: needs to come before header files inclusion*/ 18 15 #ifdef _HAVE_PYTHON_ 19 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 20 17 #endif 18 19 /* local prototypes: */ 20 void InterpFromMeshToMesh2dUsage(void); 21 21 22 22 /*Header files: */ -
issm/trunk-jpl/src/modules/InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/KMLFileRead/KMLFileRead.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/KMLMeshWrite/KMLMeshWrite.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/KMLOverlay/KMLOverlay.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/Kml2Exp/Kml2Exp.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/Kriging/Kriging.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/Ll2xy/Ll2xy.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/MeshPartition/MeshPartition.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/MeshProfileIntersection/MeshProfileIntersection.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/NodeConnectivity/NodeConnectivity.h
r13211 r13213 12 12 #endif 13 13 14 /* Very important definition in case we are compiling a python module!: needs to come before header files inclusion*/14 /*For python modules: needs to come before header files inclusion*/ 15 15 #ifdef _HAVE_PYTHON_ 16 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol -
issm/trunk-jpl/src/modules/PointCloudFindNeighbors/PointCloudFindNeighbors.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/Scotch/Scotch.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/Shp2Kml/Shp2Kml.h
r13211 r13213 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 12 17 #endif 13 18 -
issm/trunk-jpl/src/modules/StringToEnum/StringToEnum.h
r13211 r13213 12 12 #endif 13 13 14 /* Very important definition in case we are compiling a python module!: needs to come before header files inclusion*/14 /*For python modules: needs to come before header files inclusion*/ 15 15 #ifdef _HAVE_PYTHON_ 16 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol -
issm/trunk-jpl/src/modules/TriMesh/TriMesh.h
r13211 r13213 12 12 #endif 13 13 14 /* Very important definition in case we are compiling a python module!: needs to come before header files inclusion*/14 /*For python modules: needs to come before header files inclusion*/ 15 15 #ifdef _HAVE_PYTHON_ 16 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol -
issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.h
r13211 r13213 12 12 #endif 13 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 17 #endif 14 18 15 19 #include "mex.h" -
issm/trunk-jpl/src/modules/TriaSearch/TriaSearch.h
r13211 r13213 9 9 #else 10 10 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 11 #endif 12 13 /*For python modules: needs to come before header files inclusion*/ 14 #ifdef _HAVE_PYTHON_ 15 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 11 16 #endif 12 17 -
issm/trunk-jpl/src/modules/Xy2ll/Xy2ll.h
r13211 r13213 12 12 #endif 13 13 14 /*For python modules: needs to come before header files inclusion*/ 15 #ifdef _HAVE_PYTHON_ 16 #define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol 17 #endif 14 18 15 19 /* local prototypes: */
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)