Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/RectangularGrid.hh

    r554babf r406b698  
    33
    44//FJSTARTHEADER
    5 // $Id: RectangularGrid.hh 3771 2014-12-22 21:13:22Z salam $
     5// $Id$
    66//
    77// Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    4242class TilingBase {
    4343public:
     44  virtual ~TilingBase() {}
     45
    4446  /// returns the index of the tile in which p is located, or -1 if p
    4547  /// is outside the tiling region
     
    7981  virtual bool is_initialised() const = 0;
    8082  bool is_initialized() const {return is_initialised();}
    81 
    82   /// virtual destructor
    83   virtual ~TilingBase() {}
    8483};
    8584
     
    166165  // a tile selector
    167166  Selector _tile_selector;
    168   // if there's a tile selector, then for each tile, this caches the
    169   // information about whether it is "good" i.e. it passes the tile
    170   // selector
     167  // a cached
    171168  std::vector<bool> _is_good;
    172169 
Note: See TracChangeset for help on using the changeset viewer.