Add relative path of twoDPointCorrector.H in motionSolver.H

- bug could not find file during include
This commit is contained in:
Gregor Weiss 2023-09-26 12:14:08 +02:00
parent f0f8d672c5
commit fd689d2b6c

View file

@ -39,7 +39,8 @@ SourceFiles
#include "foamTime.H" #include "foamTime.H"
#include "IOdictionary.H" #include "IOdictionary.H"
#include "pointField.H" #include "pointField.H"
#include "twoDPointCorrector.H" // TODO: could not be found
#include "../../../meshTools/twoDPointCorrector/twoDPointCorrector.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //