Changeset 20877
- Timestamp:
- 07/11/16 08:31:23 (9 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/Chaco/Chaco.cpp
r15106 r20877 16 16 _printf0_("\n"); 17 17 }/*}}}*/ 18 WRAPPER(Chaco ){18 WRAPPER(Chaco_python){ 19 19 20 20 int i; -
issm/trunk-jpl/src/wrappers/DistanceToMaskBoundary/DistanceToMaskBoundary.cpp
r20491 r20877 18 18 }/*}}}*/ 19 19 20 WRAPPER(DistanceToMaskBoundary ){20 WRAPPER(DistanceToMaskBoundary_python){ 21 21 22 22 /*input datasets: */ -
issm/trunk-jpl/src/wrappers/ElementConnectivity/ElementConnectivity.cpp
r20491 r20877 10 10 _printf0_("\n"); 11 11 }/*}}}*/ 12 WRAPPER(ElementConnectivity ){12 WRAPPER(ElementConnectivity_python){ 13 13 14 14 /*inputs: */ -
issm/trunk-jpl/src/wrappers/EnumToString/EnumToString.cpp
r20491 r20877 10 10 _printf0_("\n"); 11 11 }/*}}}*/ 12 WRAPPER(EnumToString ){12 WRAPPER(EnumToString_python){ 13 13 14 14 char *name = NULL; -
issm/trunk-jpl/src/wrappers/Exp2Kml/Exp2Kml.cpp
r15105 r20877 28 28 _printf0_("\n"); 29 29 }/*}}}*/ 30 WRAPPER(Exp2Kml ){30 WRAPPER(Exp2Kml_python){ 31 31 32 32 int i,verbose=1; -
issm/trunk-jpl/src/wrappers/ExpSimplify/ExpSimplify.cpp
r20491 r20877 88 88 89 89 }/*}}}*/ 90 WRAPPER(ExpSimplify ){90 WRAPPER(ExpSimplify_python){ 91 91 92 92 int i,verbose=1; -
issm/trunk-jpl/src/wrappers/ExpToLevelSet/ExpToLevelSet.cpp
r20491 r20877 20 20 _printf_("\n"); 21 21 }/*}}}*/ 22 WRAPPER(ExpToLevelSet ){22 WRAPPER(ExpToLevelSet_python){ 23 23 24 24 /*diverse: */ -
issm/trunk-jpl/src/wrappers/InterpFromGridToMesh/InterpFromGridToMesh.cpp
r20304 r20877 25 25 _printf0_("\n"); 26 26 }/*}}}*/ 27 WRAPPER(InterpFromGridToMesh ){27 WRAPPER(InterpFromGridToMesh_python){ 28 28 29 29 int i,j; -
issm/trunk-jpl/src/wrappers/InterpFromMesh2d/InterpFromMesh2d.cpp
r20305 r20877 20 20 _printf0_("\n"); 21 21 }/*}}}*/ 22 WRAPPER(InterpFromMesh2d ){22 WRAPPER(InterpFromMesh2d_python){ 23 23 24 24 /*input: */ -
issm/trunk-jpl/src/wrappers/InterpFromMeshToGrid/InterpFromMeshToGrid.cpp
r20491 r20877 20 20 _printf0_("\n"); 21 21 }/*}}}*/ 22 WRAPPER(InterpFromMeshToGrid ){22 WRAPPER(InterpFromMeshToGrid_python){ 23 23 24 24 /*input datasets: */ -
issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp
r19527 r20877 28 28 _printf0_("\n"); 29 29 }/*}}}*/ 30 WRAPPER(InterpFromMeshToMesh2d ){30 WRAPPER(InterpFromMeshToMesh2d_python){ 31 31 32 32 /*Intermediaties*/ -
issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp
r20491 r20877 26 26 _printf0_("\n"); 27 27 }/*}}}*/ 28 WRAPPER(InterpFromMeshToMesh3d ){28 WRAPPER(InterpFromMeshToMesh3d_python){ 29 29 30 30 /*input: */ -
issm/trunk-jpl/src/wrappers/IssmConfig/IssmConfig.cpp
r19896 r20877 16 16 _printf0_("\n"); 17 17 }/*}}}*/ 18 WRAPPER(IssmConfig ){18 WRAPPER(IssmConfig_python){ 19 19 20 20 /*input/output*/ -
issm/trunk-jpl/src/wrappers/KMLFileRead/KMLFileRead.cpp
r15105 r20877 25 25 _printf0_("\n"); 26 26 }/*}}}*/ 27 WRAPPER(KMLFileRead ){27 WRAPPER(KMLFileRead_python){ 28 28 29 29 int i,j,nnodes=0,verbose=1; -
issm/trunk-jpl/src/wrappers/KMLMeshWrite/KMLMeshWrite.cpp
r15105 r20877 29 29 _printf0_("\n"); 30 30 }/*}}}*/ 31 WRAPPER(KMLMeshWrite ){31 WRAPPER(KMLMeshWrite_python){ 32 32 33 33 int i,j,nnodes=0,verbose=1; -
issm/trunk-jpl/src/wrappers/KMLOverlay/KMLOverlay.cpp
r15105 r20877 25 25 _printf0_("\n"); 26 26 }/*}}}*/ 27 WRAPPER(KMLOverlay ){27 WRAPPER(KMLOverlay_python){ 28 28 29 29 int i,verbose=1; -
issm/trunk-jpl/src/wrappers/Kml2Exp/Kml2Exp.cpp
r15105 r20877 27 27 _printf0_("\n"); 28 28 }/*}}}*/ 29 WRAPPER(Kml2Exp ){29 WRAPPER(Kml2Exp_python){ 30 30 31 31 int i,verbose=1; -
issm/trunk-jpl/src/wrappers/Kriging/Kriging.cpp
r15105 r20877 28 28 _printf0_("\n"); 29 29 }/*}}}*/ 30 WRAPPER(Kriging ){30 WRAPPER(Kriging_python){ 31 31 32 32 /*Outputs*/ -
issm/trunk-jpl/src/wrappers/Ll2xy/Ll2xy.cpp
r20491 r20877 28 28 _printf0_("\n"); 29 29 }/*}}}*/ 30 WRAPPER(Ll2xy ){30 WRAPPER(Ll2xy_python){ 31 31 32 32 int i,verbose=1; -
issm/trunk-jpl/src/wrappers/M1qn3/M1qn3.cpp
r20491 r20877 36 36 }/*}}}*/ 37 37 #endif 38 WRAPPER(M1qn3 ){38 WRAPPER(M1qn3_python){ 39 39 40 40 #ifdef _HAVE_M1QN3_ -
issm/trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp
r20491 r20877 13 13 _printf_("\n"); 14 14 }/*}}}*/ 15 WRAPPER(MeshPartition ){15 WRAPPER(MeshPartition_python){ 16 16 17 17 /*Indexing: */ -
issm/trunk-jpl/src/wrappers/MeshProfileIntersection/MeshProfileIntersection.cpp
r20491 r20877 30 30 _printf_(" mesh.\n"); 31 31 }/*}}}*/ 32 WRAPPER(MeshProfileIntersection ){32 WRAPPER(MeshProfileIntersection_python){ 33 33 34 34 int i,j; -
issm/trunk-jpl/src/wrappers/NodeConnectivity/NodeConnectivity.cpp
r20491 r20877 10 10 _printf0_("\n"); 11 11 }/*}}}*/ 12 WRAPPER(NodeConnectivity ){12 WRAPPER(NodeConnectivity_python){ 13 13 14 14 /*inputs: */ -
issm/trunk-jpl/src/wrappers/PointCloudFindNeighbors/PointCloudFindNeighbors.cpp
r20305 r20877 15 15 _printf_("\n"); 16 16 }/*}}}*/ 17 WRAPPER(PointCloudFindNeighbors ){17 WRAPPER(PointCloudFindNeighbors_python){ 18 18 19 19 int i,j; -
issm/trunk-jpl/src/wrappers/PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp
r20491 r20877 10 10 _printf_("\n"); 11 11 }/*}}}*/ 12 WRAPPER(PropagateFlagsFromConnectivity ){12 WRAPPER(PropagateFlagsFromConnectivity_python){ 13 13 14 14 /*input/output datasets: */ -
issm/trunk-jpl/src/wrappers/Shp2Kml/Shp2Kml.cpp
r15105 r20877 34 34 _printf0_("\n"); 35 35 }/*}}}*/ 36 WRAPPER(Shp2Kml ){36 WRAPPER(Shp2Kml_python){ 37 37 38 38 int i,verbose=1; -
issm/trunk-jpl/src/wrappers/ShpRead/ShpRead.cpp
r16414 r20877 26 26 _printf0_(" ShpRead('file.shp');\n"); 27 27 }/*}}}*/ 28 WRAPPER(ShpRead ){28 WRAPPER(ShpRead_python){ 29 29 30 30 /*input: */ -
issm/trunk-jpl/src/wrappers/StringToEnum/StringToEnum.cpp
r20491 r20877 10 10 _printf0_("\n"); 11 11 }/*}}}*/ 12 WRAPPER(StringToEnum ){12 WRAPPER(StringToEnum_python){ 13 13 14 14 char *name = NULL; -
issm/trunk-jpl/src/wrappers/TriMesh/TriMesh.cpp
r19716 r20877 14 14 _printf_("\n"); 15 15 }/*}}}*/ 16 WRAPPER(TriMesh ){16 WRAPPER(TriMesh_python){ 17 17 18 18 /*intermediary: */ -
issm/trunk-jpl/src/wrappers/TriMeshProcessRifts/TriMeshProcessRifts.cpp
r20491 r20877 11 11 _printf_(" index2,x2,y2,segments2,segmentmarkers2,rifts2 is the resulting triangulation where rifts have been processed.\n"); 12 12 }/*}}}*/ 13 WRAPPER(TriMeshProcessRifts ){13 WRAPPER(TriMeshProcessRifts_python){ 14 14 15 15 /* returned quantities: */ -
issm/trunk-jpl/src/wrappers/Xy2ll/Xy2ll.cpp
r20491 r20877 28 28 _printf0_("\n"); 29 29 }/*}}}*/ 30 WRAPPER(Xy2ll ){30 WRAPPER(Xy2ll_python){ 31 31 32 32 int i,verbose=1;
Note:
See TracChangeset
for help on using the changeset viewer.