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

BUG: Lagrangian ConeNozzleInjection - removed unnecessary reduce

parent 9779fc7d
Branches
Tags
1 merge request!22ENH: Updated lagrangian libraries from internal development line
......@@ -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