Ignore:
Timestamp:
04/01/12 11:21:00 (13 years ago)
Author:
Eric.Larour
Message:

Made matlab and python layers more independent in the ISSM code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Bamg/BamgGeom.h

    r5187 r11843  
    55#define _BAMGGEOM_H_
    66
    7 #ifdef _SERIAL_
     7#ifdef _HAVE_MATLAB_
    88#include <mex.h>
    99#endif
     
    3030
    3131                BamgGeom();
    32                 #ifdef _SERIAL_
     32                #ifdef _HAVE_MATLAB_
    3333                BamgGeom(mxArray* matlab_struct);
    3434                #endif
    3535                ~BamgGeom();
    3636
    37                 #ifdef _SERIAL_
     37                #ifdef _HAVE_MATLAB_
    3838                void SetMatlabStructureFields(mxArray** matlab_struct);
    3939                void SetMatlabStructureField(mxArray* matlab_struct,const char* fieldname,int fieldrows,int fieldcols,double* fieldpointer);
Note: See TracChangeset for help on using the changeset viewer.