ENH: Added debug info

This commit is contained in:
Andrew Heather
2019-04-17 09:18:18 +01:00
parent 0f00ac2d8c
commit a6acce45b6

View File

@ -79,6 +79,11 @@ tmp<convectionScheme<Type>> convectionScheme<Type>::New
const word schemeName(schemeData);
if (fv::debug)
{
InfoInFunction << "schemeName:" << schemeName << endl;
}
auto cstrIter = IstreamConstructorTablePtr_->cfind(schemeName);
if (!cstrIter.found())