Changeset 4518
- Timestamp:
- 07/12/10 08:08:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/include/macros.h
r4517 r4518 17 17 18 18 /*Printing macro: call MPI_Barrier in debugging mode so that prints are synchronized*/ 19 #ifdef _ISSM_DEBUG_20 #define _printf_(...) MPI_Barrier(MPI_COMM_WORLD); PrintfFunction(__VA_ARGS__)21 #else22 19 #define _printf_(...) PrintfFunction(__VA_ARGS__) 23 #endif24 20 25 21 /*Error exception macro*/
Note:
See TracChangeset
for help on using the changeset viewer.