Skip to content

Commit cb2824f

Browse files
Merge remote-tracking branch 'upstream/master' into devRomain3
2 parents a2c7e82 + cca8426 commit cb2824f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Linear and non-linear algebra operations which are not already implemented in Op
3232
* [**OpenFOAM 2312**](https://www.openfoam.com/news/main-news/openfoam-v2312) or
3333
* [**OpenFOAM 2406**](https://www.openfoam.com/news/main-news/openfoam-v2406) or
3434
* [**OpenFOAM 2412**](https://www.openfoam.com/news/main-news/openfoam-v2412) or
35-
* [**OpenFOAM 2506**](https://www.openfoam.com/news/main-news/openfoam-v2506)
35+
* [**OpenFOAM 2506**](https://www.openfoam.com/news/main-news/openfoam-v2506) or
36+
* [**OpenFOAM 2512**](https://www.openfoam.com/news/main-news/openfoam-v2512)
3637

3738

3839
### 2. Installation and usage

src/ITHACA_INTERPOLATOR/Make/options

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ EXE_INC = \
1515
-I$(LIB_ITHACA_SRC)/ITHACA_INTERPOLATOR/mtbRBF \
1616
-I$(LIB_ITHACA_SRC)/ITHACA_INTERPOLATOR/splinterRBF \
1717
-I$(LIB_ITHACA_SRC)/thirdparty/mathtoolbox/include \
18-
-isystem $(LIB_ITHACA_SRC)/thirdparty/Eigen
18+
-I$(LIB_ITHACA_SRC)/thirdparty/Eigen \
19+
-std=c++17 \
20+
1921

2022
LIB_LIBS = \
2123
-L$(FOAM_USER_LIBBIN) \

unitTests/pybind11/residual_of/Make/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ LIB_LIBS = \
7272
-lITHACA_ROMPROBLEMS \
7373
-lITHACA_FOMPROBLEMS \
7474
-lITHACA_THIRD_PARTY \
75+
-lITHACA_INTERPOLATOR \
7576
-lITHACA_CORE \
7677
-lsixDoFRigidBodyMotion \
7778
-L$(FOAM_USER_LIBBIN) \

0 commit comments

Comments
 (0)