NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Macros
info.hpp File Reference

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.
 

Macro Definition Documentation

◆ NF_DINFO

#define NF_DINFO (   message)    ((void)0)

Prints the given debug message to the standard output stream if NF_DEBUG_MESSAGING is enabled.

Parameters
messageThe debug message to be printed.

Definition at line 33 of file info.hpp.

◆ NF_INFO

#define NF_INFO (   message)    std::cout << message << std::endl

Prints the given message to the standard output stream.

Parameters
messageThe message to be printed.

Definition at line 20 of file info.hpp.