Formatting

This commit is contained in:
Hrvoje Jasak 2019-04-03 11:05:08 +01:00
parent 6071684d0f
commit 49124b24c2

View file

@ -10,7 +10,10 @@
// Get under-relaxation factor
scalar UUrf =
mesh.solutionDict().equationRelaxationFactor(U.select(pimple.finalIter()));
mesh.solutionDict().equationRelaxationFactor
(
U.select(pimple.finalIter())
);
if (pimple.momentumPredictor())
{