ENH: Corrected ambiguous construction from tmp msgs (llvm/clang)

This commit is contained in:
andy
2012-04-16 10:05:13 +01:00
parent 41acdf1606
commit 7435d65a60
6 changed files with 13 additions and 8 deletions

View File

@ -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);