new Class* [xxx]

Stanislav Terechtchenko (Stanislav.Terechtchenko@cern.ch)
Tue, 18 Aug 1998 10:47:33 +0200 (METDST)


Dear Rooters.
It looks like this simple allocator doesn't work in ROOT 2.00/09 (SunOS
5.5.1):
--------------------------
root> TH1F **h;
root> h = new TH1F* [10];
root> h
(class TH1F **)0x0
-------------------------

All the best.
Stas.