source:
issm/oecreview/Archive/13393-13976/ISSM-13922-13923.diff@
14312
Last change on this file since 14312 was 13980, checked in by , 12 years ago | |
---|---|
File size: 1.7 KB |
-
../trunk-jpl/src/wrappers/python/Makefile.am
32 32 ElementConnectivity.la\ 33 33 EnumToString.la\ 34 34 InterpFromMeshToMesh2d.la\ 35 InterpFromGridToMesh.la\ 35 36 MeshProfileIntersection.la\ 36 37 NodeConnectivity.la\ 37 38 StringToEnum.la\ … … 112 113 ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.h 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 117 122 MeshProfileIntersection_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) -
../trunk-jpl/src/wrappers/InterpFromGridToMesh/InterpFromGridToMesh.cpp
47 47 MODULEBOOT(); 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: */ 56 58 FetchData(&x,&x_rows,NULL,XHANDLE);
Note:
See TracBrowser
for help on using the repository browser.