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

ENH: moveDynamicMesh: add -region option

parent 046dcbd4
Branches
Tags
No related merge requests found
......@@ -107,6 +107,7 @@ void writeWeights(const polyMesh& mesh)
int main(int argc, char *argv[])
{
# include "addRegionOption.H"
argList::addBoolOption
(
"checkAMI",
......@@ -115,7 +116,7 @@ int main(int argc, char *argv[])
# include "setRootCase.H"
# include "createTime.H"
# include "createDynamicFvMesh.H"
# include "createNamedDynamicFvMesh.H"
const bool checkAMI = args.optionFound("checkAMI");
......
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