diff --git a/src/OpenFOAM/include/listOutput.H b/src/OpenFOAM/include/listOutput.H index 7bddd8fd7b..99057484e2 100644 --- a/src/OpenFOAM/include/listOutput.H +++ b/src/OpenFOAM/include/listOutput.H @@ -30,7 +30,8 @@ if (args.found("listScalarBCs")) if (args.found("listVectorBCs")) { Info<< "vectorBCs" - << fvPatchField::dictionaryConstructorTablePtr_->sortedToc() + << fvPatchField:: + dictionaryConstructorTablePtr_->sortedToc() << endl; listOptions = true; }