Skip to content
Snippets Groups Projects
Commit 83cbf3a8 authored by andy's avatar andy
Browse files

BUG: Corrected finalInnerIter call in pEqn

parent 9e7bf84c
No related merge requests found
......@@ -167,7 +167,7 @@
// + (alpha2/rho2)*pEqnComp2()
// ) +
pEqnIncomp,
mesh.solver(p.select(pimple.finalInnerIter(corr, nonOrth)))
mesh.solver(p.select(pimple.finalInnerIter()))
);
if (pimple.finalNonOrthogonalIter())
......
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