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

STYLE: only report use of #eval in FULLDEBUG mode (less clutter)

parent 7ce2bdfc
No related merge requests found
......@@ -64,9 +64,11 @@ Foam::scalar Foam::functionEntries::evalEntry::evaluate
Istream& is
)
{
#ifdef FULLDEBUG
DetailInfo
<< "Using #eval at line " << is.lineNumber()
<< " in file " << parentDict.name() << nl;
#endif
// String to evaluate
string s;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment