mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Moved AMI lib from user-libbin to main libbin
This commit is contained in:
@ -24,4 +24,4 @@ $(MAPPATCHES)/mappedFixedPushedInternalValue/mappedFixedPushedInternalValueFvPat
|
||||
|
||||
$(MAPPATCHES)/mappedField/mappedFieldFvPatchFields.C
|
||||
|
||||
LIB = $(FOAM_USER_LIBBIN)/libAMIInterpolation
|
||||
LIB = $(FOAM_LIBBIN)/libAMIInterpolation
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user