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/IntVecParam.h

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