mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: double read when updating ensight fieldsDict
This commit is contained in:
@ -156,7 +156,7 @@ void Foam::ensightSurfaceWriter::updateMesh
|
|||||||
IFstream is(baseDir/"fieldsDict");
|
IFstream is(baseDir/"fieldsDict");
|
||||||
if (is.good() && dict.read(is))
|
if (is.good() && dict.read(is))
|
||||||
{
|
{
|
||||||
dict.read(is);
|
// ... any futher actions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user