BUG: Lagrangian ConeNozzleInjection - removed unnecessary reduce

This commit is contained in:
Andrew Heather
2015-12-08 17:03:01 +00:00
parent fb6c384df7
commit b563c0f7fa

View File

@ -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,