From 2e2c8d32d54d54e74033bf36ed0b164659b91fab Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 5 Jul 2012 12:23:42 +0100 Subject: [PATCH] BUG: rhoThermo.C: misspelled argument --- src/thermophysicalModels/basic/rhoThermo/rhoThermo/rhoThermo.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermophysicalModels/basic/rhoThermo/rhoThermo/rhoThermo.C b/src/thermophysicalModels/basic/rhoThermo/rhoThermo/rhoThermo.C index 33c7905fee0..75b6f1f3630 100644 --- a/src/thermophysicalModels/basic/rhoThermo/rhoThermo/rhoThermo.C +++ b/src/thermophysicalModels/basic/rhoThermo/rhoThermo/rhoThermo.C @@ -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_ -- GitLab