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
  • issm/trunk-jpl/src/c/io/PrintfFunction.cpp

    r11843 r11853  
    99#include "../include/include.h"
    1010
    11 #ifdef _HAVE_MATLAB_
     11#ifdef _SERIAL_
    1212#include "mex.h"
    1313#endif
     
    5353
    5454        /*Ok, if we are running in parallel, get node 0 to print*/
    55 #ifdef _HAVE_MATLAB_
     55#ifdef _SERIAL_
    5656        mexPrintf(buffer);
    5757#else
Note: See TracChangeset for help on using the changeset viewer.