COMP: listOutput: make compatible with stl include files
This commit is contained in:
parent
af3f93c057
commit
756502da87
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user