From: fca Date: Wed, 9 Jun 1999 08:56:13 +0000 (+0000) Subject: Zeroed fGenerators in the ctor. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=1141f8e495d6867adf83df66d7ad0f5e821e8552 Zeroed fGenerators in the ctor. --- diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index af44134aff4..970fdb5d848 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -121,6 +121,7 @@ AliRun::AliRun(const char *name, const char *title) fTreeR = 0; fTrRmax = 1.e10; fTrZmax = 1.e10; + fGenerator = 0; fInitDone = kFALSE; fLego = 0; fField = 0;