Changeset 12486
- Timestamp:
- 06/21/12 06:32:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/macros.h
r12485 r12486 46 46 #endif 47 47 /*}}}*/ 48 /* _printLine_ {{{*/ 49 /* macro to print a line, adds std::endl */ 50 #define _printLine_(StreamArgs)\ 51 {std::cout << StreamArgs << std::endl;} 52 /*}}}*/ 53 /* _printString_ {{{*/ 54 /* macro to print some string, adds std::ends */ 55 #define _printString_(StreamArgs)\ 56 {std::cout << StreamArgs << std::ends;} 57 /*}}}*/ 48 58 /* _assert_ {{{*/ 49 59 /*Assertion macro: do nothing if macro _ISSM_DEBUG_ undefined*/
Note:
See TracChangeset
for help on using the changeset viewer.