GAMGAgglomeration: set to be a GeometricMeshObject to ensure it is deleted in AMI cases when the mesh moves

This commit is contained in:
Henry
2013-03-01 17:47:19 +00:00
parent 8dcb8b686c
commit 2007cc1c5f
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ Foam::GAMGAgglomeration::GAMGAgglomeration
const dictionary& controlDict const dictionary& controlDict
) )
: :
MeshObject<lduMesh, Foam::TopologicalMeshObject, GAMGAgglomeration>(mesh), MeshObject<lduMesh, Foam::GeometricMeshObject, GAMGAgglomeration>(mesh),
maxLevels_(50), maxLevels_(50),

View File

@ -58,7 +58,7 @@ class lduMatrix;
class GAMGAgglomeration class GAMGAgglomeration
: :
public MeshObject<lduMesh, TopologicalMeshObject, GAMGAgglomeration> public MeshObject<lduMesh, GeometricMeshObject, GAMGAgglomeration>
{ {
protected: protected: