mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: only report use of #eval in FULLDEBUG mode (less clutter)
This commit is contained in:
committed by
Andrew Heather
parent
7ce2bdfce7
commit
336b9ebd0b
@ -64,9 +64,11 @@ Foam::scalar Foam::functionEntries::evalEntry::evaluate
|
|||||||
Istream& is
|
Istream& is
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
#ifdef FULLDEBUG
|
||||||
DetailInfo
|
DetailInfo
|
||||||
<< "Using #eval at line " << is.lineNumber()
|
<< "Using #eval at line " << is.lineNumber()
|
||||||
<< " in file " << parentDict.name() << nl;
|
<< " in file " << parentDict.name() << nl;
|
||||||
|
#endif
|
||||||
|
|
||||||
// String to evaluate
|
// String to evaluate
|
||||||
string s;
|
string s;
|
||||||
|
|||||||
Reference in New Issue
Block a user