Skip to content
Snippets Groups Projects
Commit 21b575fe authored by andy's avatar andy
Browse files

BUG: Corrected ambiguous construction from tmp

parent bd110e12
Branches
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment