Ignore:
Timestamp:
04/02/12 15:44:28 (13 years ago)
Author:
Mathieu Morlighem
Message:

reverted ifdef _SERIAL_ to ifd defined(_SERIAL_) && defined(_HAVE_MATLAB_)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/ExternalResults/BoolExternalResult.h

    r11853 r11861  
    1616#endif
    1717
    18 #ifdef _SERIAL_
     18#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    1919#include <mex.h>
    2020#endif
     
    4747                int   Id();
    4848                int   MyRank();
    49                 #ifdef _SERIAL_
     49                #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    5050                void  Marshall(char** pmarshalled_dataset);
    5151                int   MarshallSize();
     
    5959                void  WriteData(FILE* fid,bool io_gather);
    6060                void  GetResultName(char**);
    61             #ifdef _SERIAL_
     61            #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    6262                void  SetMatlabField(mxArray* dataref);
    6363                #endif
Note: See TracChangeset for help on using the changeset viewer.