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
  • TabularUnified issm/trunk-jpl/src/c/objects/Params/StringArrayParam.cpp

    r11853 r11861  
    9292}
    9393/*}}}*/
    94 #ifdef _SERIAL_
     94#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    9595/*FUNCTION StringArrayParam::Marshall{{{1*/
    9696void  StringArrayParam::Marshall(char** pmarshalled_dataset){
     
    237237/*}}}*/
    238238/*FUNCTION StringArrayParam::SetMatlabField{{{1*/
    239 #ifdef _SERIAL_
     239#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    240240void  StringArrayParam::SetMatlabField(mxArray* dataref){
    241241       
Note: See TracChangeset for help on using the changeset viewer.