Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/NNFJN2Tiled.hh

    rb7b836a r1d208a2  
    33
    44//FJSTARTHEADER
    5 // $Id: NNFJN2Tiled.hh 4355 2018-04-22 15:38:54Z salam $
     5// $Id: NNFJN2Tiled.hh 4056 2016-03-03 15:27:35Z soyez $
    66//
    7 // Copyright (c) 2016-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     7// Copyright (c) 2016, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
    88//
    99//----------------------------------------------------------------------
     
    258258
    259259  // structure that holds the real, full, distance (as well as a pointer to the corresponding TiledJet)
    260   class diJ_plus_link {
    261   public:
     260  struct diJ_plus_link {
    262261    double     diJ; // the distance
    263262    TiledJet * jet; // the jet (i) for which we've found this distance
Note: See TracChangeset for help on using the changeset viewer.