Changeset 24027


Ignore:
Timestamp:
06/19/19 00:44:22 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added ExpToLevelSet to list of compiled python modules

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/ExpToLevelSet/ExpToLevelSet.cpp

    r20877 r24027  
    4040
    4141        /*check on input arguments: */
    42         if(nrhs!=NRHS | nlhs!=NLHS){
     42        if(nrhs!=NRHS){
    4343                ExpToLevelSetUsage();
    4444                _error_("usage. See above");
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r23357 r24027  
    3434                                                ContourToNodes_python.la\
    3535                                                ElementConnectivity_python.la\
     36                                                ExpToLevelSet_python.la\
    3637                                                InterpFromMeshToMesh2d_python.la\
    3738                                                InterpFromMeshToMesh3d_python.la\
     
    124125ElementConnectivity_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    125126
     127ExpToLevelSet_python_la_SOURCES = ../ExpToLevelSet/ExpToLevelSet.cpp
     128ExpToLevelSet_python_la_CXXFLAGS = ${AM_CXXFLAGS}
     129ExpToLevelSet_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     130
     131
    126132InterpFromMeshToMesh2d_python_la_SOURCES = ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp
    127133InterpFromMeshToMesh2d_python_la_CXXFLAGS = ${AM_CXXFLAGS}
Note: See TracChangeset for help on using the changeset viewer.