VoFPatchTransfer: Corrected for clang
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user