Bastian Wieck

Results 10 comments of Bastian Wieck

Or another option would be to have the border vornoi points not connect to anything

I agree it would definitively simplify the code, but I think using A,B and C makes it more user friendly.

I will :) Can you set up the testing again @sbinet ?

I have a question about the fastjet C++ version. Do you happen to know what 'mom' is doing: `PseudoJet mom(pseudojets[i]);`? This can be found at line 192 here: [http://fastjet.fr/repo/doxygen-3.2.1/ClusterSequenceActiveAreaExplicitGhosts_8hh_source.html#l00057](http://fastjet.fr/repo/doxygen-3.2.1/ClusterSequenceActiveAreaExplicitGhosts_8hh_source.html#l00057)

@sbinet is it possible to leave the [selector ](http://fastjet.fr/repo/doxygen-3.2.1/classfastjet_1_1Selector.html) out. If not do you have any tips on implementing it for this project? As far as I understand it, its...