COMP: listOutput: make compatible with stl include files

This commit is contained in:
mattijs 2018-04-18 11:35:30 +01:00
parent af3f93c057
commit 756502da87

View File

@ -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;
}