Ignore:
Timestamp:
04/02/12 11:22:58 (13 years ago)
Author:
Mathieu Morlighem
Message:

Moved all _HAVE_MATLAB_ to _SERIAL_, otherwise parallel won't compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Params/IntVecParam.h

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