Skip to content
Snippets Groups Projects
Commit 756502da authored by mattijs's avatar mattijs
Browse files

COMP: listOutput: make compatible with stl include files

parent af3f93c0
Branches
Tags
No related merge requests found
......@@ -30,7 +30,8 @@ if (args.found("listScalarBCs"))
if (args.found("listVectorBCs"))
{
Info<< "vectorBCs"
<< fvPatchField<vector>::dictionaryConstructorTablePtr_->sortedToc()
<< fvPatchField<Foam::vector>::
dictionaryConstructorTablePtr_->sortedToc()
<< endl;
listOptions = true;
}
......
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