Skip to content
Snippets Groups Projects
Commit 7c87973b authored by Henry Weller's avatar Henry Weller
Browse files

stitchMesh: Improved docs

Provided by Bruno Santos
Resolves report http://www.openfoam.org/mantisbt/view.php?id=1767
parent 2fa05868
Branches
Tags
No related merge requests found
......@@ -198,8 +198,10 @@ int main(int argc, char *argv[])
{
argList::addNote
(
"merge the faces on the specified patches (if geometrically possible)\n"
"so the faces become internal"
"Merge the faces on the specified patches (if geometrically possible)\n"
"so the faces become internal.\n"
"Integral matching is used when the options -partial and -perfect are "
"omitted.\n"
);
argList::noParallel();
......@@ -212,12 +214,12 @@ int main(int argc, char *argv[])
argList::addBoolOption
(
"partial",
"couple partially overlapping patches"
"couple partially overlapping patches (optional)"
);
argList::addBoolOption
(
"perfect",
"couple perfectly aligned patches"
"couple perfectly aligned patches (optional)"
);
argList::addOption
(
......
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