From 0a812c0c0701a931bed28eb6b91eb648e38593e6 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Sat, 30 Dec 2017 09:33:40 +0000 Subject: [PATCH] Formatting --- applications/solvers/coupled/MRFPorousFoam/pEqn.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/coupled/MRFPorousFoam/pEqn.H b/applications/solvers/coupled/MRFPorousFoam/pEqn.H index aa880fc4d..c14b41b7e 100644 --- a/applications/solvers/coupled/MRFPorousFoam/pEqn.H +++ b/applications/solvers/coupled/MRFPorousFoam/pEqn.H @@ -10,7 +10,7 @@ if (addMRF || addPorosity) tpresSource = ( (mesh.Sf() & fvc::interpolate(rTU)) - & fvc::interpolate(fvc::grad(p)) + & fvc::interpolate(fvc::grad(p)) ); const surfaceScalarField& presSource = tpresSource();