Merge branch 'master' into testLoop/MartinBeaudoin

This commit is contained in:
Martin Beaudoin 2010-10-17 09:59:34 -04:00
commit 4578f6ef2c
7 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -74,7 +74,7 @@ Foam::coupledBicgSolver::coupledBicgSolver
bouCoeffs,
intCoeffs,
interfaces,
dict().subDict("preconditioner")
dict()
)
)
{}

View file

@ -76,7 +76,7 @@ Foam::coupledBicgStabSolver::coupledBicgStabSolver
bouCoeffs,
intCoeffs,
interfaces,
dict().subDict("preconditioner")
dict()
)
)
{}

View file

@ -74,7 +74,7 @@ Foam::coupledCgSolver::coupledCgSolver
bouCoeffs,
intCoeffs,
interfaces,
dict().subDict("preconditioner")
dict()
)
)
{}

View file

@ -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