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

This commit is contained in:
Mark Olesen
2019-10-01 10:43:37 +02:00
committed by Andrew Heather
parent 7ce2bdfce7
commit 336b9ebd0b

View File

@ -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;