mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected ambiguous construction from tmp
This commit is contained in:
@ -182,7 +182,7 @@ void Foam::radiation::fvDOM::initialise()
|
||||
|
||||
forAll(IRay_, rayId)
|
||||
{
|
||||
const surfaceScalarField Ji = IRay_[rayId].dAve() & mesh_.Sf();
|
||||
const surfaceScalarField Ji(IRay_[rayId].dAve() & mesh_.Sf());
|
||||
const volScalarField& iRayLambdaI =
|
||||
IRay_[rayId].ILambda(lambdaI);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user