postProcess: catch missing field errors to process further time-directories
This commit is contained in:
parent
6b1a55dc9b
commit
e9a37fee34
1 changed files with 10 additions and 10 deletions
|
|
@ -105,20 +105,20 @@ if (argList::postProcess(argc, argv))
|
||||||
functionObjectList::New(args, runTime, functionObjectsDict);
|
functionObjectList::New(args, runTime, functionObjectsDict);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include INCLUDE_FILE(CREATE_FIELDS)
|
|
||||||
|
|
||||||
#ifdef CREATE_FIELDS_2
|
|
||||||
#include INCLUDE_FILE(CREATE_FIELDS_2)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CREATE_FIELDS_3
|
|
||||||
#include INCLUDE_FILE(CREATE_FIELDS_3)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
FatalIOError.throwExceptions();
|
FatalIOError.throwExceptions();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
#include INCLUDE_FILE(CREATE_FIELDS)
|
||||||
|
|
||||||
|
#ifdef CREATE_FIELDS_2
|
||||||
|
#include INCLUDE_FILE(CREATE_FIELDS_2)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef CREATE_FIELDS_3
|
||||||
|
#include INCLUDE_FILE(CREATE_FIELDS_3)
|
||||||
|
#endif
|
||||||
|
|
||||||
functionObjectsPtr->execute(true);
|
functionObjectsPtr->execute(true);
|
||||||
}
|
}
|
||||||
catch (IOerror& err)
|
catch (IOerror& err)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue