Skip to content
Snippets Groups Projects
Commit fa641d78 authored by mattijs's avatar mattijs
Browse files

BUG: createDynamicFvMesh: mesh created with NO_READ

parent 283f4fab
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@
(
dynamicFvMesh::defaultRegion,
runTime.timeName(),
runTime
runTime,
IOobject::MUST_READ
)
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment