From 111ec17cb5c0d44af76c3f840e2f44c9f36fce7c Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Tue, 30 May 2017 12:53:59 +0100
Subject: [PATCH] GIT: Updated after cherry-picks from third party code

---
 .../solvers/heatTransfer/chtMultiRegionFoam/fluid/pEqn.H        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/pEqn.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/pEqn.H
index bd955882b11..d515c6a1838 100644
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/pEqn.H
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/pEqn.H
@@ -44,7 +44,7 @@ constrainPressure(p_rgh, rho, U, phiHbyA, rhorAUf, MRF);
           - fvm::laplacian(rhorAUf, p_rgh)
         );
 
-        solvPerfp_rgh = p_rghEqn.solve
+        p_rghEqn.solve
         (
             mesh.solver
             (
-- 
GitLab