ENH: Moved AMI lib from user-libbin to main libbin

This commit is contained in:
andy
2011-09-07 13:10:30 +01:00
parent 13b1749d5e
commit aa6fe2733a
2 changed files with 2 additions and 3 deletions

View File

@ -24,4 +24,4 @@ $(MAPPATCHES)/mappedFixedPushedInternalValue/mappedFixedPushedInternalValueFvPat
$(MAPPATCHES)/mappedField/mappedFieldFvPatchFields.C
LIB = $(FOAM_USER_LIBBIN)/libAMIInterpolation
LIB = $(FOAM_LIBBIN)/libAMIInterpolation

View File

@ -93,8 +93,7 @@ mappedFixedPushedInternalValueFvPatchField
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
template<class Type>
void
Foam::mappedFixedPushedInternalValueFvPatchField<Type>::updateCoeffs()
void Foam::mappedFixedPushedInternalValueFvPatchField<Type>::updateCoeffs()
{
typedef GeometricField<Type, fvPatchField, volMesh> FieldType;