Skip to content
Snippets Groups Projects
Commit 09463aaa authored by henry's avatar henry
Browse files

Further correction for commit bf92e869.

parent bf92e869
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,14 @@ int main(int argc, char *argv[])
instantList timeDirs = timeSelector::select0(runTime, args);
# include "createMesh.H"
IOprobes sniff(mesh, "probesDict", IOobject::MUST_READ, true);
IOprobes sniff
(
probes::typeName,
mesh,
"probesDict",
IOobject::MUST_READ,
true
);
forAll(timeDirs, timeI)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment