Skip to content
Snippets Groups Projects
Commit 161fab8d authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

COMP: messageStream - use this->log

parent 8afd6ff7
Branches
Tags
1 merge request!583ENH: added option to control log frequency of lagrangian calculations
......@@ -365,6 +365,10 @@ extern messageStream SeriousError;
#define Log \
if (log) Info
//- Report write to Foam::Info if the class log switch is true
#define Log_ \
if (this->log) Info
//- Report an IO information message using Foam::Info
// for functionName in file __FILE__ at line __LINE__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment