Skip to content
Snippets Groups Projects
Commit 52b530fb authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: missing tmp dereference (fixes #3277)

- only affected v2406
parent b9335f49
No related branches found
No related tags found
No related merge requests found
......@@ -888,7 +888,7 @@ boundaryInternalField() const
*this
);
auto& result = tresult;
auto& result = tresult.ref();
forAll(result, patchi)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment