From a1c9a3b8ca6e3dc62cb32cc328a257888e2e517b Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 13 Oct 2008 21:13:12 +0000 Subject: [PATCH] Added a doxygen comment --- Cantera/src/equil/vcs_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cantera/src/equil/vcs_internal.h b/Cantera/src/equil/vcs_internal.h index 78692eb88..d5ff7895e 100644 --- a/Cantera/src/equil/vcs_internal.h +++ b/Cantera/src/equil/vcs_internal.h @@ -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.