ThermalPhaseChangePhaseSystem: Fix for building with Clang

This commit is contained in:
Will Bainbridge
2019-01-28 10:09:06 +00:00
parent 3b9c7f7c81
commit dc6b7d7803

View File

@ -369,7 +369,7 @@ Foam::ThermalPhaseChangePhaseSystem<BasePhaseSystem>::correctInterfaceThermo()
volScalarField& iDmdt(*this->iDmdt_[pair]);
volScalarField& Tf(*this->Tf_[pair]);
const volScalarField Tsat = saturationModel_->Tsat(phase1.thermo().p());
const volScalarField Tsat(saturationModel_->Tsat(phase1.thermo().p()));
volScalarField hf1
(