Formatting
This commit is contained in:
parent
5b8d153f05
commit
8f432b48e2
2 changed files with 6 additions and 2 deletions
|
@ -106,7 +106,7 @@ public:
|
|||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "pureMixture.C"
|
||||
|
|
|
@ -37,7 +37,11 @@ namespace Foam
|
|||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::basicRhoThermo::basicRhoThermo(const fvMesh& mesh, const objectRegistry& obj)
|
||||
Foam::basicRhoThermo::basicRhoThermo
|
||||
(
|
||||
const fvMesh& mesh,
|
||||
const objectRegistry& obj
|
||||
)
|
||||
:
|
||||
basicThermo(mesh, obj),
|
||||
rho_
|
||||
|
|
Reference in a new issue