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

ptot: Add support for -region

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1227
Patch provided by Bruno Santos
parent 1b42beda
Branches
Tags
No related merge requests found
......@@ -36,13 +36,14 @@ Description
int main(int argc, char *argv[])
{
timeSelector::addOptions();
#include "addRegionOption.H"
#include "setRootCase.H"
#include "createTime.H"
instantList timeDirs = timeSelector::select0(runTime, args);
#include "createMesh.H"
#include "createNamedMesh.H"
forAll(timeDirs, timeI)
{
......
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