From 81ee0951b49916f3f14579ba0b3b05592a4b9fd1 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 24 Mar 2017 17:27:43 +0000 Subject: [PATCH] reactingTwoPhaseEulerFoam: Small change to avoid warning from wmkdep --- .../reactingTwoPhaseEulerFoam/pUf/createDDtU.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/pUf/createDDtU.H b/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/pUf/createDDtU.H index b4c6de5f1..e461616b2 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/pUf/createDDtU.H +++ b/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/pUf/createDDtU.H @@ -3,5 +3,5 @@ tmp tddtPhi2; if (faceMomentum) { - #include "DDtU.H" + #include "pUf/DDtU.H" }