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

ENH: orientFaceZone: add -region option

parent dc6fcd1a
Branches
Tags
No related merge requests found
......@@ -46,12 +46,13 @@ using namespace Foam;
int main(int argc, char *argv[])
{
# include "addRegionOption.H"
argList::validArgs.append("faceZone");
argList::validArgs.append("outsidePoint");
# include "setRootCase.H"
# include "createTime.H"
# include "createPolyMesh.H"
# include "createNamedPolyMesh.H"
const word zoneName = args[1];
const point outsidePoint = args.argRead<point>(2);
......
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