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

ENH: streamFunction: added -region option

parent b1045257
Branches
Tags
No related merge requests found
...@@ -42,13 +42,14 @@ Description ...@@ -42,13 +42,14 @@ Description
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
timeSelector::addOptions(); timeSelector::addOptions();
# include "addRegionOption.H"
# include "setRootCase.H" # include "setRootCase.H"
# include "createTime.H" # include "createTime.H"
instantList timeDirs = timeSelector::select0(runTime, args); instantList timeDirs = timeSelector::select0(runTime, args);
# include "createMeshNoClear.H" # include "createNamedMesh.H"
pointMesh pMesh(mesh); pointMesh pMesh(mesh);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment