Skip to content
Snippets Groups Projects
Commit 4396caaa authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: double read when updating ensight fieldsDict

parent 76dcf39e
Branches
Tags
No related merge requests found
......@@ -156,7 +156,7 @@ void Foam::ensightSurfaceWriter::updateMesh
IFstream is(baseDir/"fieldsDict");
if (is.good() && dict.read(is))
{
dict.read(is);
// ... any futher actions
}
}
......
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