ENH: Updated particle relocate

This commit is contained in:
Andrew Heather
2019-08-02 10:05:54 +01:00
parent 4631d3272f
commit 34c48982a2

View File

@ -1109,13 +1109,13 @@ void Foam::particle::autoMap
}
void Foam::particle::relocate(const point& position)
void Foam::particle::relocate(const point& position, const label celli)
{
locate
(
position,
nullptr,
celli_,
celli,
true,
"Particle mapped to a location outside of the mesh"
);