mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Corrected ambiguous construction from tmp msgs (llvm/clang)
This commit is contained in:
@ -628,7 +628,7 @@ void Foam::rotorDiskSource::addSup(fvMatrix<vector>& eqn, const label fieldI)
|
||||
|
||||
const volVectorField& U = eqn.psi();
|
||||
|
||||
const vectorField Uin = inflowVelocity(U);
|
||||
const vectorField Uin(inflowVelocity(U));
|
||||
|
||||
trim_->correct(Uin, force);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user