Skip to content

Commit 8b657c3

Browse files
committed
Restore partitioned-heat-conduction/solver-openfoam/Make
Unintentionally deleted in precice#459 as a result of a wrong gitignore
1 parent e0467c8 commit 8b657c3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Make/
1+
Make/*
22
!Make/files
33
!Make/options
44
lnInclude/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
heatTransfer.C
2+
3+
EXE = $(FOAM_USER_APPBIN)/heatTransfer
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EXE_INC = \
2+
-I$(LIB_SRC)/finiteVolume/lnInclude \
3+
-I$(LIB_SRC)/meshTools/lnInclude
4+
5+
EXE_LIBS = \
6+
-lfiniteVolume \
7+
-lfvOptions \
8+
-lmeshTools

0 commit comments

Comments
 (0)