Changeset d69dfe4 in git for external/fastjet/CompositeJetStructure.cc
- Timestamp:
- Nov 20, 2013, 9:52:59 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fc39685
- Parents:
- 88a9b72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/CompositeJetStructure.cc
r88a9b72 rd69dfe4 45 45 const JetDefinition::Recombiner * recombiner) 46 46 : _pieces(initial_pieces){ 47 48 #ifndef __FJCORE__ 47 49 // deal with area support (cache the area if needed) 48 50 //-------------------------------------------------- … … 68 70 _area_4vector_ptr = 0; 69 71 } 72 #else 73 if (recombiner){}; // ugly trick to prevent a gcc warning 74 _area_4vector_ptr = 0; 75 #endif 70 76 71 77 } … … 115 121 116 122 123 #ifndef __FJCORE__ 117 124 // area-related material 118 125 … … 167 174 } 168 175 176 #endif // __FJCORE__ 169 177 170 178
Note:
See TracChangeset
for help on using the changeset viewer.