{ IOobject io ( "points", runTime.timeName(), polyMesh::meshSubDir, mesh ); if (io.typeHeaderOk(true)) { // Read new points io.readOpt() = IOobject::MUST_READ; mesh.movePoints(pointIOField(io)); } }