Add relative path of twoDPointCorrector.H in motionSolver.H
- bug could not find file during include
This commit is contained in:
parent
f0f8d672c5
commit
fd689d2b6c
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
Reference in a new issue