Skip to content
Snippets Groups Projects
Commit 2c62c83b authored by Mark Olesen's avatar Mark Olesen
Browse files

actually compile genericPatchFields lib

- also have it use LIB_LIBS to always load finiteVolume
parent 8baeac8d
Branches
No related merge requests found
......@@ -32,6 +32,7 @@ decompositionMethods/Allwmake
wmake libso meshTools
wmake libso finiteVolume
wmake libso genericPatchFields
wmake libso sampling
......
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
LIB_LIBS = \
-lfiniteVolume
......@@ -26,7 +26,8 @@ Class
Foam::genericFvPatchField
Description
Foam::genericFvPatchField
A generic version of calculatedFvPatchField, useful as a fallback for
handling unknown patch types.
SourceFiles
genericFvPatchField.C
......
......@@ -26,7 +26,8 @@ Class
Foam::genericPointPatchField
Description
Foam::genericPointPatchField
A generic version of calculatedPointPatchField, useful as a fallback for
handling unknown patch types.
SourceFiles
genericPointPatchField.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment