Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8b95187e
Commit
8b95187e
authored
Dec 13, 2011
by
mattijs
Browse files
COMP: polyMesh.C: include of meshTools functionality
parent
c63898c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMesh.C
View file @
8b95187e
...
...
@@ -1172,8 +1172,6 @@ Foam::tmp<Foam::scalarField> Foam::polyMesh::movePoints
)
).
movePoints
(
points_
);
}
meshSearchMeshObject
::
Delete
(
*
this
);
meshSearchFACECENTRETETSMeshObject
::
Delete
(
*
this
);
return
sweptVols
;
}
...
...
src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C
View file @
8b95187e
...
...
@@ -95,8 +95,6 @@ void Foam::polyMesh::updateMesh(const mapPolyMesh& mpm)
)
).
updateMesh
(
mpm
);
}
meshSearchMeshObject
::
Delete
(
*
this
);
meshSearchFACECENTRETETSMeshObject
::
Delete
(
*
this
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment