mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: listOutput: make compatible with stl include files
This commit is contained in:
@ -30,7 +30,8 @@ if (args.found("listScalarBCs"))
|
|||||||
if (args.found("listVectorBCs"))
|
if (args.found("listVectorBCs"))
|
||||||
{
|
{
|
||||||
Info<< "vectorBCs"
|
Info<< "vectorBCs"
|
||||||
<< fvPatchField<vector>::dictionaryConstructorTablePtr_->sortedToc()
|
<< fvPatchField<Foam::vector>::
|
||||||
|
dictionaryConstructorTablePtr_->sortedToc()
|
||||||
<< endl;
|
<< endl;
|
||||||
listOptions = true;
|
listOptions = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user