mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: polyMesh: test for up-to-date data w.r.t. points
This commit is contained in:
@ -997,7 +997,7 @@ bool Foam::polyMesh::upToDatePoints(const regIOobject& io) const
|
||||
|
||||
void Foam::polyMesh::setUpToDatePoints(regIOobject& io) const
|
||||
{
|
||||
io.eventNo() = points_.eventNo();
|
||||
io.eventNo() = points_.eventNo()+1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user