Skip to content
Snippets Groups Projects
Commit 5f9b0eaf authored by mattijs's avatar mattijs
Browse files

END: pointMesh: comment

parent a9efcdb2
Branches
Tags
No related merge requests found
......@@ -120,7 +120,7 @@ public:
// Mesh motion
//- Move points, returns volumes swept by faces in motion
//- Move points
bool movePoints();
//- Update the mesh corresponding to given map
......
......@@ -724,7 +724,7 @@ Foam::labelHashSet Foam::polyBoundaryMesh::patchSet
forAll(patchNames, i)
{
const wordRe& patchName = patchNames[i];
const wordRe& patchName = patchNames[i];
// Treat the given patch names as wild-cards and search the set
// of all patch names for matches
......
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