From fd689d2b6cb16b6911268bdb925ccde90db4be2d Mon Sep 17 00:00:00 2001 From: Gregor Weiss Date: Tue, 26 Sep 2023 12:14:08 +0200 Subject: [PATCH] Add relative path of twoDPointCorrector.H in motionSolver.H - bug could not find file during include --- src/dynamicMesh/dynamicMesh/motionSolver/motionSolver.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dynamicMesh/dynamicMesh/motionSolver/motionSolver.H b/src/dynamicMesh/dynamicMesh/motionSolver/motionSolver.H index 58714fc04..57580c63e 100644 --- a/src/dynamicMesh/dynamicMesh/motionSolver/motionSolver.H +++ b/src/dynamicMesh/dynamicMesh/motionSolver/motionSolver.H @@ -39,7 +39,8 @@ SourceFiles #include "foamTime.H" #include "IOdictionary.H" #include "pointField.H" -#include "twoDPointCorrector.H" +// TODO: could not be found +#include "../../../meshTools/twoDPointCorrector/twoDPointCorrector.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //