Changeset 20845


Ignore:
Timestamp:
07/02/16 23:05:24 (9 years ago)
Author:
agscott1
Message:

NEW: Added matlab and python help for ContourToMesh

Location:
issm/trunk-jpl/src
Files:
2 added
2 edited

Legend:

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

    r20811 r20845  
    4040                                                 BamgConvertMesh.la\
    4141                                                 BamgTriangulate.la\
    42                                                  ContourToMesh.la\
     42                                                 ContourToMesh_matlab.la\
    4343                                                 ContourToNodes_matlab.la\
    4444                                                 DistanceToMaskBoundary.la\
     
    155155endif
    156156
    157 ContourToMesh_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
    158 ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) $(PROJ4LIB)
     157ContourToMesh_matlab_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
     158ContourToMesh_matlab_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) $(PROJ4LIB)
    159159
    160160ExpToLevelSet_la_SOURCES = ../ExpToLevelSet/ExpToLevelSet.cpp
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r20811 r20845  
    3030lib_LTLIBRARIES += BamgConvertMesh.la\
    3131                                                BamgMesher.la\
    32                                                 ContourToMesh.la\
     32                                                ContourToMesh_python.la\
    3333                                                ContourToNodes_python.la\
    3434                                                ElementConnectivity.la\
     
    9696BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    9797
    98 ContourToMesh_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
    99 ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     98ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
     99ContourToMesh_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    100100
    101101ContourToNodes_python_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp
Note: See TracChangeset for help on using the changeset viewer.