ENH: Relocated interRegionHeatTransferModel

This commit is contained in:
andy 2013-01-11 12:12:28 +00:00
parent 60b56fd5a8
commit 628f657978
10 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ Foam::fv::interRegionHeatTransferModel::interRegionHeatTransferModel
const fvMesh& mesh const fvMesh& mesh
) )
: :
option(name, modelType, dict, mesh), option(name, modelType, dict, mesh, readBool(dict.lookup("master"))),
nbrModel_(NULL), nbrModel_(NULL),
nbrModelName_(word::null), nbrModelName_(word::null),
firstIter_(true), firstIter_(true),