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/DoubleMatParam.cpp

    r11853 r11861  
    7878}
    7979/*}}}*/
    80 #ifdef _SERIAL_
     80#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    8181/*FUNCTION DoubleMatParam::Marshall{{{1*/
    8282void  DoubleMatParam::Marshall(char** pmarshalled_dataset){
     
    169169/*FUNCTION DoubleMatParam::GetParameterValue(int** pintarray,int* pM,int* pN){{{1*/
    170170void  DoubleMatParam::GetParameterValue(int** pintarray,int* pM,int* pN){
    171 #ifdef _SERIAL_
     171#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    172172        int* output=NULL;
    173173        int  i;
     
    191191/*}}}*/
    192192/*FUNCTION DoubleMatParam::SetMatlabField{{{1*/
    193 #ifdef _SERIAL_
     193#if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    194194void  DoubleMatParam::SetMatlabField(mxArray* dataref){
    195195
Note: See TracChangeset for help on using the changeset viewer.