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

ENH: writeCellCentres: added region option

parent bc22e604
Branches
Tags
No related merge requests found
......@@ -43,13 +43,14 @@ using namespace Foam;
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