Skip to content
Snippets Groups Projects
Commit b563c0f7 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Lagrangian ConeNozzleInjection - removed unnecessary reduce

parent fb6c384d
No related merge requests found
......@@ -353,9 +353,6 @@ void Foam::ConeNozzleInjection<CloudType>::setPositionAndCell
position = position_ + r*normal_;
// Ensure that all procssors set the same position
reduce(position, maxMagSqrOp<vector>());
this->findCellAtPosition
(
cellOwner,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment