Changeset 11853 for issm/trunk-jpl/src/c/io/PrintfFunction.cpp
- Timestamp:
- 04/02/12 11:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/io/PrintfFunction.cpp
r11843 r11853 9 9 #include "../include/include.h" 10 10 11 #ifdef _ HAVE_MATLAB_11 #ifdef _SERIAL_ 12 12 #include "mex.h" 13 13 #endif … … 53 53 54 54 /*Ok, if we are running in parallel, get node 0 to print*/ 55 #ifdef _ HAVE_MATLAB_55 #ifdef _SERIAL_ 56 56 mexPrintf(buffer); 57 57 #else
Note:
See TracChangeset
for help on using the changeset viewer.