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/Params/MatrixParam.h

    r11695 r11843  
    1515#endif
    1616
    17 #ifdef _SERIAL_
     17#ifdef _HAVE_MATLAB_
    1818#include <mex.h>
    1919#endif
     
    8282
    8383                void GetParameterName(char**pname);
    84                 #ifdef _SERIAL_
     84                #ifdef _HAVE_MATLAB_
    8585                void  SetMatlabField(mxArray* dataref);
    8686                #endif
Note: See TracChangeset for help on using the changeset viewer.