Added IOobject::readOption to IOOutputFilter

- allows post-processing functions with an optional dictionary
   (eg, the developer can hard-wire some defaults)
This commit is contained in:
Mark Olesen
2008-07-21 16:40:05 +02:00
parent 4d96b876e4
commit 85c164340e
4 changed files with 42 additions and 38 deletions

View File

@ -44,7 +44,7 @@ int main(int argc, char *argv[])
instantList timeDirs = timeSelector::select0(runTime, args);
# include "createMesh.H"
IOprobes sniff(mesh, "probesDict", true);
IOprobes sniff(mesh, "probesDict", IOobject::MUST_READ, true);
forAll(timeDirs, timeI)
{