Better messaging for cache

This commit is contained in:
Hrvoje Jasak 2016-05-16 15:13:57 +01:00
parent 0877382518
commit df5b64d8b0

View file

@ -213,7 +213,8 @@ bool Foam::solution::cache(const word& name) const
{
if (debug)
{
Info<< "Cache: find entry for " << name << endl;
Info<< "Cache: find entry for " << name
<< ": " << Switch(cache_.found(name)) << endl;
}
return cache_.found(name);