Changeset 13213
- Timestamp:
- 08/31/12 10:34:20 (13 years ago)
- Location:
- issm/trunk-jpl/src/modules
- Files:
-
- 35 edited
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.