NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
Go to the source code of this file.
Macros | |
#define | NF_INFO(message) std::cout << message << std::endl |
Prints the given message to the standard output stream. | |
#define | NF_DINFO(message) ((void)0) |
Prints the given debug message to the standard output stream if NF_DEBUG_MESSAGING is enabled. | |
#define NF_DINFO | ( | message | ) | ((void)0) |