BUG: double read when updating ensight fieldsDict
This commit is contained in:
parent
76dcf39eab
commit
4396caaa39
@ -156,7 +156,7 @@ void Foam::ensightSurfaceWriter::updateMesh
|
||||
IFstream is(baseDir/"fieldsDict");
|
||||
if (is.good() && dict.read(is))
|
||||
{
|
||||
dict.read(is);
|
||||
// ... any futher actions
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user