Skip to content
Snippets Groups Projects
Commit ea1706fe authored by sergio's avatar sergio
Browse files

BUG: Changed createSingleCellMesh to READ_IF_PRESENT Io

read option
parent 7dc2f698
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ fvMesh mesh
fvMesh::defaultRegion,
runTime.timeName(),
runTime,
IOobject::MUST_READ
IOobject::READ_IF_PRESENT
),
xferMove<Field<vector> >(points),
faces.xfer(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment