Skip to content

Commit 9a88b25

Browse files
lcheng9pcarruscag
andauthored
correct the header file path (minor change) (#2500)
Co-authored-by: Pedro Gomes <[email protected]>
1 parent a600604 commit 9a88b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/fluid/CFluidFlamelet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include <memory>
2929
#include <string>
30-
#include "../include/fluid/CFluidFlamelet.hpp"
30+
#include "../../include/fluid/CFluidFlamelet.hpp"
3131
#include "../../../Common/include/containers/CLookUpTable.hpp"
3232
#if defined(HAVE_MLPCPP)
3333
#include "../../../subprojects/MLPCpp/include/CLookUp_ANN.hpp"

0 commit comments

Comments
 (0)