ENH: writeCellCentres: added region option

This commit is contained in:
mattijs
2011-06-24 17:55:59 +01:00
parent bc22e604d5
commit f68356679c

View File

@ -43,13 +43,14 @@ using namespace Foam;
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 "createMesh.H" # include "createNamedMesh.H"
forAll(timeDirs, timeI) forAll(timeDirs, timeI)
{ {