Changeset 20850


Ignore:
Timestamp:
07/04/16 01:20:25 (9 years ago)
Author:
agscott1
Message:

NEW: Added matlab and python help for BamgMesher wrapper

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

Legend:

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

    r20846 r20850  
    3737#}}}
    3838#Wrappers {{{
    39 lib_LTLIBRARIES += BamgMesher.la\
     39lib_LTLIBRARIES += BamgMesher_matlab.la\
    4040                                                 BamgConvertMesh_matlab.la\
    4141                                                 BamgTriangulate.la\
     
    141141endif
    142142
    143 BamgMesher_la_SOURCES = ../BamgMesher/BamgMesher.cpp
    144 BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     143BamgMesher_matlab_la_SOURCES = ../BamgMesher/BamgMesher.cpp
     144BamgMesher_matlab_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    145145
    146146BamgConvertMesh_matlab_la_SOURCES = ../BamgConvertMesh/BamgConvertMesh.cpp
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r20846 r20850  
    2929if WRAPPERS
    3030lib_LTLIBRARIES += BamgConvertMesh_python.la\
    31                                                 BamgMesher.la\
     31                                                BamgMesher_python.la\
    3232                                                ContourToMesh_python.la\
    3333                                                ContourToNodes_python.la\
     
    9393BamgConvertMesh_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    9494
    95 BamgMesher_la_SOURCES = ../BamgMesher/BamgMesher.cpp
    96 BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     95BamgMesher_python_la_SOURCES = ../BamgMesher/BamgMesher.cpp
     96BamgMesher_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    9797
    9898ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
Note: See TracChangeset for help on using the changeset viewer.