diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCGStab/PBiCGStab.C b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCGStab/PBiCGStab.C index f73bf0fbb..8fbbb57f2 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCGStab/PBiCGStab.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCGStab/PBiCGStab.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2016 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -31,6 +31,9 @@ namespace Foam { defineTypeNameAndDebug(PBiCGStab, 0); + lduMatrix::solver::addsymMatrixConstructorToTable + addPBiCGStabSymMatrixConstructorToTable_; + lduMatrix::solver::addasymMatrixConstructorToTable addPBiCGStabAsymMatrixConstructorToTable_; }