diff --git a/src/lagrangian/basic/particle/particle.H b/src/lagrangian/basic/particle/particle.H index 024e71f70a..4f2e52f289 100644 --- a/src/lagrangian/basic/particle/particle.H +++ b/src/lagrangian/basic/particle/particle.H @@ -676,9 +676,8 @@ public: //- Map after a topology change void autoMap(const vector& position, const mapPolyMesh& mapper); - //- Set the addressing based on the provided position and current cell - // Used for e.g. redistributePar - void relocate(const point& position); + //- Set the addressing based on the provided position + void relocate(const point& position, const label celli = -1); // I-O