Skip to content
Snippets Groups Projects
Commit f2a53681 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Correction missed from commit 32a6d67e

parent cc55cb39
Branches
Tags
No related merge requests found
......@@ -134,7 +134,7 @@ Foam::surfaceFilmModels::surfaceFilmModel::surfaceFilmModel
{
if (active_)
{
filmRegionName_ = lookup("filmRegionName");
lookup("filmRegionName") >> filmRegionName_;
coeffs_ = subDict(type + "Coeffs");
thermoModel_ =
thermoModelTypeNames_.read(coeffs_.lookup("thermoModel"));
......
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