| 368 | |
| 369 | |
| 370 | void Foam::sampledSets::readUpdate(const polyMesh::readUpdateState state) |
| 371 | { |
| 372 | if (state != polyMesh::UNCHANGED) |
| 373 | { |
| 374 | correct(); |
| 375 | } |
| 376 | } |
| 377 | |
| 378 | |
| 379 | // ************************************************************************* // |
no test coverage detected