// // $Id: $ // #ifndef NeighbourStore_H #define NeighbourStore_H #include using std::set; class TwoCoordIndex; typedef set NeighbourStore; #endif