Fork me on GitHub

Ignore:
Timestamp:
Nov 20, 2013, 9:52:59 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fc39685
Parents:
88a9b72
Message:

upgrade fastjet to 3.0.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/ClosestPair2D.cc

    r88a9b72 rd69dfe4  
    183183  ID2 = _ID(_points[ID1].neighbour);
    184184  distance2 = _points[ID1].neighbour_dist2;
    185   if (ID1 > ID2) swap(ID1,ID2);
     185  if (ID1 > ID2) std::swap(ID1,ID2);
    186186}
    187187
Note: See TracChangeset for help on using the changeset viewer.