Skip to content
Snippets Groups Projects
Commit 2e2c8d32 authored by mattijs's avatar mattijs
Browse files

BUG: rhoThermo.C: misspelled argument

parent cc9fbe73
Branches
Tags
No related merge requests found
......@@ -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_
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment