Skip to content

Commit 587f79b

Browse files
author
Henry Weller
committed
foamToTecplot360: Link to the foamToVTK library rather than duplicating vtkMesh
1 parent 9d4fe93 commit 587f79b

File tree

4 files changed

+2
-237
lines changed

4 files changed

+2
-237
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tecplotWriter.C
2-
vtkMesh.C
32
foamToTecplot360.C
43

54
EXE = $(FOAM_APPBIN)/foamToTecplot360

applications/utilities/postProcessing/dataConversion/foamToTecplot360/Make/options

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
EXE_INC = \
22
-I$(WM_THIRD_PARTY_DIR)/tecio/tecsrc/lnInclude \
3+
-I../foamToVTK/foamToVTK/lnInclude \
34
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
45
-I$(LIB_SRC)/finiteVolume/lnInclude \
56
-I$(LIB_SRC)/polyTopoChange/lnInclude \
67
-I$(LIB_SRC)/meshTools/lnInclude
78

89
EXE_LIBS = \
10+
-lfoamToVTK \
911
-llagrangian \
1012
-lpolyTopoChange \
1113
-lgenericFvFields \

applications/utilities/postProcessing/dataConversion/foamToTecplot360/vtkMesh.C

Lines changed: 0 additions & 83 deletions
This file was deleted.

applications/utilities/postProcessing/dataConversion/foamToTecplot360/vtkMesh.H

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)