diff --git a/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.C b/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.C index 837b75dca..adbd53370 100644 --- a/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.C +++ b/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2005 OpenCFD Ltd. + \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.H b/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.H index d32876c8b..01e25dd10 100644 --- a/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.H +++ b/applications/solvers/newStressAnalysis/materialModels/fvPatchFields/nusselt/nusseltFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2005 OpenCFD Ltd. + \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/manipulation/checkSurfaceCurvature/checkSurfaceCurvature.C b/applications/utilities/mesh/manipulation/checkSurfaceCurvature/checkSurfaceCurvature.C index a7a70800e..0b8471fdc 100644 --- a/applications/utilities/mesh/manipulation/checkSurfaceCurvature/checkSurfaceCurvature.C +++ b/applications/utilities/mesh/manipulation/checkSurfaceCurvature/checkSurfaceCurvature.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2005 OpenCFD Ltd. + \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/coupledMatrix/coupledLduSolver/bicgSolver/coupledBicgSolver.C b/src/coupledMatrix/coupledLduSolver/bicgSolver/coupledBicgSolver.C index 49d49bebb..6a454a5db 100644 --- a/src/coupledMatrix/coupledLduSolver/bicgSolver/coupledBicgSolver.C +++ b/src/coupledMatrix/coupledLduSolver/bicgSolver/coupledBicgSolver.C @@ -74,7 +74,7 @@ Foam::coupledBicgSolver::coupledBicgSolver bouCoeffs, intCoeffs, interfaces, - dict().subDict("preconditioner") + dict() ) ) {} diff --git a/src/coupledMatrix/coupledLduSolver/bicgStabSolver/coupledBicgStabSolver.C b/src/coupledMatrix/coupledLduSolver/bicgStabSolver/coupledBicgStabSolver.C index ddf5d3cfe..6c6c1af88 100644 --- a/src/coupledMatrix/coupledLduSolver/bicgStabSolver/coupledBicgStabSolver.C +++ b/src/coupledMatrix/coupledLduSolver/bicgStabSolver/coupledBicgStabSolver.C @@ -76,7 +76,7 @@ Foam::coupledBicgStabSolver::coupledBicgStabSolver bouCoeffs, intCoeffs, interfaces, - dict().subDict("preconditioner") + dict() ) ) {} diff --git a/src/coupledMatrix/coupledLduSolver/cgSolver/coupledCgSolver.C b/src/coupledMatrix/coupledLduSolver/cgSolver/coupledCgSolver.C index ac8275762..73e23352b 100644 --- a/src/coupledMatrix/coupledLduSolver/cgSolver/coupledCgSolver.C +++ b/src/coupledMatrix/coupledLduSolver/cgSolver/coupledCgSolver.C @@ -74,7 +74,7 @@ Foam::coupledCgSolver::coupledCgSolver bouCoeffs, intCoeffs, interfaces, - dict().subDict("preconditioner") + dict() ) ) {} diff --git a/tutorials/basic/PODSolver/1DPODsin/setTcos/setTcos.C b/tutorials/basic/PODSolver/1DPODsin/setTcos/setTcos.C index 8d681ed57..b224b2a0e 100644 --- a/tutorials/basic/PODSolver/1DPODsin/setTcos/setTcos.C +++ b/tutorials/basic/PODSolver/1DPODsin/setTcos/setTcos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2005 OpenCFD Ltd. + \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------------------------------------------------------------------- License