VoFPatchTransfer: Corrected for clang

This commit is contained in:
Henry Weller
2017-07-07 11:03:12 +01:00
parent 3193fdb667
commit aa1712de8f

View File

@ -160,7 +160,7 @@ void VoFPatchTransfer::correct
const volScalarField& heVoF = thermo.thermo1().he();
const volScalarField& TVoF = thermo.thermo1().T();
volScalarField CpVoF = thermo.thermo1().Cp();
const volScalarField CpVoF(thermo.thermo1().Cp());
const volScalarField& rhoVoF = thermo.thermo1().rho()();
const volScalarField& alphaVoF = thermo.alpha1();