Added region option to setFields utility
This commit is contained in:
parent
8a3e798d5a
commit
ce296a9354
1 changed files with 2 additions and 1 deletions
|
@ -179,12 +179,13 @@ public:
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
# include "addRegionOption.H"
|
||||
# include "setRootCase.H"
|
||||
# include "createTime.H"
|
||||
|
||||
Info<< "Time = " << runTime.timeName() << endl;
|
||||
|
||||
# include "createMesh.H"
|
||||
# include "createNamedMesh.H"
|
||||
|
||||
Info<< "Reading setFieldsDict\n" << endl;
|
||||
|
||||
|
|
Reference in a new issue