Changeset 17129
- Timestamp:
- 01/16/14 17:16:51 (11 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/InterpFromMeshToGrid/InterpFromMeshToGrid.cpp
r15106 r17129 46 46 47 47 /*checks on arguments on the matlab side: */ 48 #ifdef _HAVE_MATLAB_MODULES_ 48 49 CheckNumMatlabArguments(nlhs,NLHS,nrhs,NRHS,__FUNCT__,&InterpFromMeshToGridUsage); 50 #endif 49 51 50 52 /*Input datasets: */ -
issm/trunk-jpl/src/wrappers/InterpFromMeshToGrid/InterpFromMeshToGrid.h
r14996 r17129 19 19 #include "../bindings.h" 20 20 #include "../../c/main/globals.h" 21 #include "../../c/toolkits/toolkits.h" 21 22 #include "../../c/modules/modules.h" 22 23 #include "../../c/shared/shared.h" 24 #include "../../c/shared/io/io.h" 25 #include "../../c/shared/Enum/Enum.h" 23 26 24 27 #undef __FUNCT__ -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r16128 r17129 54 54 InterpFromMeshToMesh2d.la\ 55 55 InterpFromGridToMesh.la\ 56 InterpFromMeshToGrid.la\ 56 57 IssmConfig.la\ 57 58 MeshProfileIntersection.la\ … … 147 148 InterpFromGridToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) 148 149 150 InterpFromMeshToGrid_la_SOURCES = ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp\ 151 ../InterpFromMeshToGrid/InterpFromMeshToGrid.h 152 InterpFromMeshToGrid_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) 153 154 149 155 IssmConfig_la_SOURCES = ../IssmConfig/IssmConfig.cpp\ 150 156 ../IssmConfig/IssmConfig.h
Note:
See TracChangeset
for help on using the changeset viewer.