Changeset 20811
- Timestamp:
- 06/27/16 10:09:59 (9 years ago)
- Location:
- issm/trunk-jpl/src
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/Makefile.am
r20766 r20811 32 32 ${ISSM_DIR}/src/m/mesh/rifts/*.m \ 33 33 ${ISSM_DIR}/src/m/miscellaneous/*.m \ 34 ${ISSM_DIR}/src/m/modules/*.m \ 34 35 ${ISSM_DIR}/src/m/os/*.m \ 35 36 ${ISSM_DIR}/src/m/plot/*.m \ … … 65 66 ${ISSM_DIR}/src/m/mesh/rifts/*.py \ 66 67 ${ISSM_DIR}/src/m/miscellaneous/*.py \ 68 ${ISSM_DIR}/src/m/modules/*.py \ 67 69 ${ISSM_DIR}/src/m/os/*.py \ 68 70 ${ISSM_DIR}/src/m/plot/*.py \ -
issm/trunk-jpl/src/wrappers/ContourToNodes/ContourToNodes.cpp
r20491 r20811 15 15 _printf_("\n"); 16 16 }/*}}}*/ 17 WRAPPER(ContourToNodes ){17 WRAPPER(ContourToNodes_python){ 18 18 19 19 /* input: */ -
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r20503 r20811 41 41 BamgTriangulate.la\ 42 42 ContourToMesh.la\ 43 ContourToNodes .la\43 ContourToNodes_matlab.la\ 44 44 DistanceToMaskBoundary.la\ 45 45 ElementConnectivity.la\ … … 161 161 ExpToLevelSet_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) $(PROJ4LIB) 162 162 163 164 ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp 165 ContourToNodes_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 163 ContourToNodes_matlab_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp 164 ContourToNodes_matlab_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 166 165 167 166 DistanceToMaskBoundary_la_SOURCES = ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r19118 r20811 31 31 BamgMesher.la\ 32 32 ContourToMesh.la\ 33 ContourToNodes .la\33 ContourToNodes_python.la\ 34 34 ElementConnectivity.la\ 35 35 EnumToString.la\ … … 99 99 ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 100 100 101 ContourToNodes_ la_SOURCES = ../ContourToNodes/ContourToNodes.cpp102 ContourToNodes_ la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)101 ContourToNodes_python_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp 102 ContourToNodes_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 103 103 104 104 ElementConnectivity_la_SOURCES = ../ElementConnectivity/ElementConnectivity.cpp
Note:
See TracChangeset
for help on using the changeset viewer.