added region

This commit is contained in:
mattijs
2009-01-08 18:13:04 +00:00
parent de70ab343c
commit ef42bea66f

View File

@ -42,6 +42,7 @@ int main(int argc, char *argv[])
{
# include "addTimeOptions.H"
# include "addRegionOption.H"
# include "setRootCase.H"
# include "createTime.H"
@ -53,7 +54,7 @@ int main(int argc, char *argv[])
runTime.setTime(Times[startTime], startTime);
# include "createMesh.H"
# include "createNamedMesh.H"
for (label i=startTime; i<endTime; i++)
{