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

    r11843 r11853  
    1616#endif
    1717
    18 #ifdef _HAVE_MATLAB_
     18#ifdef _SERIAL_
    1919#include <mex.h>
    2020#endif
     
    6060                virtual void  UnitConversion(int direction_enum)=0;
    6161                virtual void  GetParameterName(char**pname)=0;
    62                 #ifdef _HAVE_MATLAB_
     62                #ifdef _SERIAL_
    6363                virtual void  SetMatlabField(mxArray* dataref)=0;
    6464                #endif
Note: See TracChangeset for help on using the changeset viewer.