Changeset 12775
- Timestamp:
- 07/27/12 14:05:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/macros.h
r12513 r12775 53 53 /*}}}*/ 54 54 /* _printString_ {{{*/ 55 /* macro to print some string , adds std::ends*/55 /* macro to print some string */ 56 56 #define _printString_(StreamArgs)\ 57 57 do{std::cout << StreamArgs;}while(0) 58 58 /*}}}*/ 59 59 /* _pprintLine_ {{{*/ 60 /* macro to print a line, adds std::endl */60 /* macro to print a line, adds std::endl, only on cpu 0 */ 61 61 #define _pprintLine_(StreamArgs)\ 62 62 do{std::ostringstream aLoNgAnDwEiRdLoCaLnAmeFoRtHiSmAcRoOnLy; \ … … 65 65 /*}}}*/ 66 66 /* _pprintString_ {{{*/ 67 /* macro to print some string , adds std::ends*/67 /* macro to print some string. Only on cpu0 */ 68 68 #define _pprintString_(StreamArgs)\ 69 69 do{std::ostringstream aLoNgAnDwEiRdLoCaLnAmeFoRtHiSmAcRoOnLy; \
Note:
See TracChangeset
for help on using the changeset viewer.