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/Params/BoolParam.cpp

    r11853 r11861  
    6262}
    6363/*}}}*/
    64 #ifdef _SERIAL_
     64#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    6565/*FUNCTION BoolParam::Marshall{{{1*/
    6666void  BoolParam::Marshall(char** pmarshalled_dataset){
     
    135135/*}}}*/
    136136/*FUNCTION BoolParam::SetMatlabField{{{1*/
    137 #ifdef _SERIAL_
     137#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    138138void  BoolParam::SetMatlabField(mxArray* dataref){
    139139        char* name=NULL;
Note: See TracChangeset for help on using the changeset viewer.