actually compile genericPatchFields lib

- also have it use LIB_LIBS to always load finiteVolume
This commit is contained in:
Mark Olesen
2009-08-05 08:46:19 +02:00
parent 8baeac8d0e
commit 2c62c83b4b
4 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
LIB_LIBS = \
-lfiniteVolume

View File

@ -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

View File

@ -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