ENH: Correction missed from commit 32a6d67ef1

This commit is contained in:
andy
2010-09-16 18:14:58 +01:00
parent cc55cb39ee
commit f2a536811a

View File

@ -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"));