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
  • TabularUnified issm/trunk-jpl/src/c/objects/ExternalResults/ExternalResult.h

    r11843 r11853  
    1616#endif
    1717
    18 #ifdef _HAVE_MATLAB_
     18#ifdef _SERIAL_
    1919#include <mex.h>
    2020#endif
     
    3333                virtual void  WriteData(FILE* fid,bool io_gather)=0;
    3434                virtual void  GetResultName(char**)=0;
    35                 #ifdef _HAVE_MATLAB_
     35                #ifdef _SERIAL_
    3636                virtual void  SetMatlabField(mxArray* dataref)=0;
    3737                #endif
Note: See TracChangeset for help on using the changeset viewer.