Added a doxygen comment
This commit is contained in:
parent
8860687cd0
commit
a1c9a3b8ca
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ namespace VCSnonideal {
|
|||
* We can replace this with printf easily
|
||||
*/
|
||||
#define plogf Cantera::writelogf
|
||||
|
||||
//! define this Cantera function to replace cout << endl;
|
||||
/*!
|
||||
* We use this to place an endl in the log file, and
|
||||
* ensure that the IO buffers are flushed.
|
||||
*/
|
||||
#define plogendl() Cantera::writelogendl()
|
||||
|
||||
//! Global hook for turning on and off time printing.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue