Changeset 13923
- Timestamp:
- 11/09/12 15:05:28 (12 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/InterpFromGridToMesh/InterpFromGridToMesh.cpp
r13236 r13923 48 48 49 49 /*checks on arguments on the matlab side: */ 50 #ifdef _HAVE_MATLAB_MODULES_ 50 51 if((nlhs!=NLHS) || (nrhs!=6 && nrhs!=7)){ 51 52 InterpFromGridToMeshUsage(); 52 53 _error_("usage. See above"); 53 54 } 55 #endif 54 56 55 57 /*Input datasets: */ -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r13906 r13923 33 33 EnumToString.la\ 34 34 InterpFromMeshToMesh2d.la\ 35 InterpFromGridToMesh.la\ 35 36 MeshProfileIntersection.la\ 36 37 NodeConnectivity.la\ … … 113 114 InterpFromMeshToMesh2d_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) 114 115 116 InterpFromGridToMesh_la_SOURCES = ../InterpFromGridToMesh/InterpFromGridToMesh.cpp\ 117 ../InterpFromGridToMesh/InterpFromGridToMesh.h 118 InterpFromGridToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) 119 115 120 MeshProfileIntersection_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp\ 116 121 ../MeshProfileIntersection/MeshProfileIntersection.h
Note:
See TracChangeset
for help on using the changeset viewer.