mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
actually compile genericPatchFields lib
- also have it use LIB_LIBS to always load finiteVolume
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user