Skip to content
Snippets Groups Projects
Commit aa6fe273 authored by andy's avatar andy
Browse files

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

parent 13b1749d
Branches
Tags
No related merge requests found
......@@ -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;
......
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