mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: avoid ambiguous construct from tmp - utils/ pre+post processing
This commit is contained in:
@ -71,8 +71,8 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
|
||||
basicPsiThermo::New(mesh)
|
||||
);
|
||||
|
||||
volScalarField Cp = thermo->Cp();
|
||||
volScalarField Cv = thermo->Cv();
|
||||
volScalarField Cp(thermo->Cp());
|
||||
volScalarField Cv(thermo->Cv());
|
||||
|
||||
MachPtr.set
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user