TH2Poly::Honeycomb(..) no "h" or "v" Option?

Hi, maybe I’m blind or something, but this code

TH2Poly *h = new TH2Poly()
h->Honeycomb(0,0,1,5,5,"h")

gives me

C:\build\ws\BUILDTYPE\Release\LABEL\windows64\V\6-28\build\include\TH2Poly.h:111:17: note: 'Honeycomb' declared here
   void         Honeycomb(Double_t xstart, Double_t ystart, Double_t a, Int_t k, Int_t s);

without “h”-argument it works

I’m really confused
Georg


_ROOT Version:6.28/06
Platform: Windows 11
Compiler: Not Provided


Hi,
compare the TH2Poly::Honeycomb() in 6.28 (link) and 6.30 (another link). There was no 6th argument in 6.28.

Hi, thanks for the clearification

Georg