diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C index 0b950fd433a5309a19691188c1a120e32a02f8fd..75af8eb20a2744a24952b9e44fcfc91a570745c1 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C @@ -279,9 +279,9 @@ const Foam::GAMGAgglomeration& Foam::GAMGAgglomeration::New "(const lduMesh& mesh, const dictionary& controlDict)" ) << "Unknown GAMGAgglomeration type " << agglomeratorType << ".\n" - << "Valid algebraic GAMGAgglomeration types are :" + << "Valid matrix GAMGAgglomeration types are :" << lduMatrixConstructorTablePtr_->sortedToc() << endl - << "Valid algebraic GAMGAgglomeration types are :" + << "Valid geometric GAMGAgglomeration types are :" << lduMeshConstructorTablePtr_->sortedToc() << exit(FatalError); } @@ -374,7 +374,8 @@ Foam::autoPtr<Foam::GAMGAgglomeration> Foam::GAMGAgglomeration::New FatalErrorIn ( "GAMGAgglomeration::New" - "(const lduMesh& mesh, const dictionary& controlDict)" + "(const lduMesh& mesh, const scalarField&" + ", const vectorField&, const dictionary& controlDict)" ) << "Unknown GAMGAgglomeration type " << agglomeratorType << ".\n" << "Valid geometric GAMGAgglomeration types are :"