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/ExternalResults/DoubleMatExternalResult.h

    r11843 r11853  
    1515#endif
    1616
    17 #ifdef _HAVE_MATLAB_
     17#ifdef _SERIAL_
    1818#include <mex.h>
    1919#endif
     
    6161                void  WriteData(FILE* fid,bool io_gather);
    6262                void  GetResultName(char**);
    63                 #ifdef _HAVE_MATLAB_
     63                #ifdef _SERIAL_
    6464                void  SetMatlabField(mxArray* dataref);
    6565                #endif
Note: See TracChangeset for help on using the changeset viewer.