Changeset 17129


Ignore:
Timestamp:
01/16/14 17:16:51 (11 years ago)
Author:
Eric.Larour
Message:

CHG: new python module

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

Legend:

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

    r15106 r17129  
    4646
    4747        /*checks on arguments on the matlab side: */
     48        #ifdef _HAVE_MATLAB_MODULES_
    4849        CheckNumMatlabArguments(nlhs,NLHS,nrhs,NRHS,__FUNCT__,&InterpFromMeshToGridUsage);
     50        #endif
    4951
    5052        /*Input datasets: */
  • issm/trunk-jpl/src/wrappers/InterpFromMeshToGrid/InterpFromMeshToGrid.h

    r14996 r17129  
    1919#include "../bindings.h"
    2020#include "../../c/main/globals.h"
     21#include "../../c/toolkits/toolkits.h"
    2122#include "../../c/modules/modules.h"
    2223#include "../../c/shared/shared.h"
     24#include "../../c/shared/io/io.h"
     25#include "../../c/shared/Enum/Enum.h"
    2326
    2427#undef __FUNCT__
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r16128 r17129  
    5454                                                InterpFromMeshToMesh2d.la\
    5555                                                InterpFromGridToMesh.la\
     56                                                InterpFromMeshToGrid.la\
    5657                                                IssmConfig.la\
    5758                                                MeshProfileIntersection.la\
     
    147148InterpFromGridToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB)
    148149
     150InterpFromMeshToGrid_la_SOURCES = ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp\
     151                                                                                                ../InterpFromMeshToGrid/InterpFromMeshToGrid.h
     152InterpFromMeshToGrid_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB)
     153
     154
    149155IssmConfig_la_SOURCES = ../IssmConfig/IssmConfig.cpp\
    150156                                                                                         ../IssmConfig/IssmConfig.h
Note: See TracChangeset for help on using the changeset viewer.