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

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