BUG: createDynamicFvMesh: mesh created with NO_READ

This commit is contained in:
mattijs
2010-12-20 17:08:08 +00:00
parent 283f4fab77
commit fa641d785d

View File

@ -9,7 +9,8 @@
(
dynamicFvMesh::defaultRegion,
runTime.timeName(),
runTime
runTime,
IOobject::MUST_READ
)
)
);