Changeset 20846


Ignore:
Timestamp:
07/03/16 04:39:47 (9 years ago)
Author:
agscott1
Message:

NEW: Added matlab and python help for BamgConvertMesh

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

Legend:

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

    r20845 r20846  
    3838#Wrappers {{{
    3939lib_LTLIBRARIES += BamgMesher.la\
    40                                                  BamgConvertMesh.la\
     40                                                 BamgConvertMesh_matlab.la\
    4141                                                 BamgTriangulate.la\
    4242                                                 ContourToMesh_matlab.la\
     
    144144BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    145145
    146 BamgConvertMesh_la_SOURCES = ../BamgConvertMesh/BamgConvertMesh.cpp
    147 BamgConvertMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     146BamgConvertMesh_matlab_la_SOURCES = ../BamgConvertMesh/BamgConvertMesh.cpp
     147BamgConvertMesh_matlab_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    148148
    149149BamgTriangulate_la_SOURCES = ../BamgTriangulate/BamgTriangulate.cpp
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r20845 r20846  
    2828#Wrappers {{{
    2929if WRAPPERS
    30 lib_LTLIBRARIES += BamgConvertMesh.la\
     30lib_LTLIBRARIES += BamgConvertMesh_python.la\
    3131                                                BamgMesher.la\
    3232                                                ContourToMesh_python.la\
     
    9090#}}}
    9191#Bin sources {{{
    92 BamgConvertMesh_la_SOURCES = ../BamgConvertMesh/BamgConvertMesh.cpp
    93 BamgConvertMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     92BamgConvertMesh_python_la_SOURCES = ../BamgConvertMesh/BamgConvertMesh.cpp
     93BamgConvertMesh_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    9494
    9595BamgMesher_la_SOURCES = ../BamgMesher/BamgMesher.cpp
Note: See TracChangeset for help on using the changeset viewer.