| 466 | |
| 467 | |
| 468 | void Foam::probes::movePoints(const polyMesh& mesh) |
| 469 | { |
| 470 | DebugInfo<< "probes: movePoints" << endl; |
| 471 | |
| 472 | if (fixedLocations_ && &mesh == &mesh_) |
| 473 | { |
| 474 | findElements(mesh_); |
| 475 | } |
| 476 | } |
| 477 | |
| 478 | |
| 479 | // ************************************************************************* // |
no test coverage detected