Changeset 13923


Ignore:
Timestamp:
11/09/12 15:05:28 (12 years ago)
Author:
cborstad
Message:

CHG: added python support for InterpFromGridtoMesh in wrappers

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

Legend:

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

    r13236 r13923  
    4848
    4949        /*checks on arguments on the matlab side: */
     50        #ifdef _HAVE_MATLAB_MODULES_
    5051        if((nlhs!=NLHS) || (nrhs!=6 && nrhs!=7)){
    5152                InterpFromGridToMeshUsage();
    5253                _error_("usage. See above");
    5354        }
     55        #endif
    5456
    5557        /*Input datasets: */
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r13906 r13923  
    3333                                                EnumToString.la\
    3434                                                InterpFromMeshToMesh2d.la\
     35                                                InterpFromGridToMesh.la\
    3536                                                MeshProfileIntersection.la\
    3637                                                NodeConnectivity.la\
     
    113114InterpFromMeshToMesh2d_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB)
    114115
     116InterpFromGridToMesh_la_SOURCES = ../InterpFromGridToMesh/InterpFromGridToMesh.cpp\
     117                                                                                                ../InterpFromGridToMesh/InterpFromGridToMesh.h
     118InterpFromGridToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB)
     119
    115120MeshProfileIntersection_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp\
    116121                                                                                ../MeshProfileIntersection/MeshProfileIntersection.h
Note: See TracChangeset for help on using the changeset viewer.