Skip to content
Snippets Groups Projects
Commit a6acce45 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Added debug info

parent 0f00ac2d
Branches
Tags
No related merge requests found
......@@ -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())
......
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