mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: rhoThermo.C: misspelled argument
This commit is contained in:
@ -55,7 +55,7 @@ Foam::rhoThermo::rhoThermo(const fvMesh& mesh)
|
||||
{}
|
||||
|
||||
|
||||
Foam::rhoThermo::rhoThermo(const fvMesh& mesh, const dictionary& dicy)
|
||||
Foam::rhoThermo::rhoThermo(const fvMesh& mesh, const dictionary& dict)
|
||||
:
|
||||
basicThermo(mesh, dict),
|
||||
rho_
|
||||
|
||||
Reference in New Issue
Block a user