diff --git a/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H b/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H index f13caaad1a..bae038b43d 100644 --- a/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H +++ b/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H @@ -97,6 +97,8 @@ if (argList::postProcess(argc, argv)) Info<< "Time = " << runTime.userTimeName() << endl; + mesh.readUpdate(); + FatalIOError.throwExceptions(); try