source: issm/oecreview/Archive/13393-13976/ISSM-13922-13923.diff@ 14312

Last change on this file since 14312 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.7 KB
  • ../trunk-jpl/src/wrappers/python/Makefile.am

     
    3232                                                ElementConnectivity.la\
    3333                                                EnumToString.la\
    3434                                                InterpFromMeshToMesh2d.la\
     35                                                InterpFromGridToMesh.la\
    3536                                                MeshProfileIntersection.la\
    3637                                                NodeConnectivity.la\
    3738                                                StringToEnum.la\
     
    112113                                                                                                ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.h
    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
    117122MeshProfileIntersection_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
  • ../trunk-jpl/src/wrappers/InterpFromGridToMesh/InterpFromGridToMesh.cpp

     
    4747        MODULEBOOT();
    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: */
    5658        FetchData(&x,&x_rows,NULL,XHANDLE);
Note: See TracBrowser for help on using the repository browser.