Changeset 20811


Ignore:
Timestamp:
06/27/16 10:09:59 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renaming modules with _python _matlab

Location:
issm/trunk-jpl/src
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/Makefile.am

    r20766 r20811  
    3232                                        ${ISSM_DIR}/src/m/mesh/rifts/*.m \
    3333                                        ${ISSM_DIR}/src/m/miscellaneous/*.m \
     34                                        ${ISSM_DIR}/src/m/modules/*.m \
    3435                                        ${ISSM_DIR}/src/m/os/*.m \
    3536                                        ${ISSM_DIR}/src/m/plot/*.m \
     
    6566                                        ${ISSM_DIR}/src/m/mesh/rifts/*.py \
    6667                                        ${ISSM_DIR}/src/m/miscellaneous/*.py \
     68                                        ${ISSM_DIR}/src/m/modules/*.py \
    6769                                        ${ISSM_DIR}/src/m/os/*.py \
    6870                                        ${ISSM_DIR}/src/m/plot/*.py \
  • issm/trunk-jpl/src/wrappers/ContourToNodes/ContourToNodes.cpp

    r20491 r20811  
    1515        _printf_("\n");
    1616}/*}}}*/
    17 WRAPPER(ContourToNodes){
     17WRAPPER(ContourToNodes_python){
    1818
    1919        /* input: */
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r20503 r20811  
    4141                                                 BamgTriangulate.la\
    4242                                                 ContourToMesh.la\
    43                                                  ContourToNodes.la\
     43                                                 ContourToNodes_matlab.la\
    4444                                                 DistanceToMaskBoundary.la\
    4545                                                 ElementConnectivity.la\
     
    161161ExpToLevelSet_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) $(PROJ4LIB)
    162162
    163 
    164 ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp
    165 ContourToNodes_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     163ContourToNodes_matlab_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp
     164ContourToNodes_matlab_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    166165
    167166DistanceToMaskBoundary_la_SOURCES = ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r19118 r20811  
    3131                                                BamgMesher.la\
    3232                                                ContourToMesh.la\
    33                                                 ContourToNodes.la\
     33                                                ContourToNodes_python.la\
    3434                                                ElementConnectivity.la\
    3535                                                EnumToString.la\
     
    9999ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    100100
    101 ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp
    102 ContourToNodes_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     101ContourToNodes_python_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp
     102ContourToNodes_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    103103
    104104ElementConnectivity_la_SOURCES = ../ElementConnectivity/ElementConnectivity.cpp
Note: See TracChangeset for help on using the changeset viewer.