From: morsch Date: Thu, 29 Jun 2000 14:37:43 +0000 (+0000) Subject: fFilename !-ed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=a0e0d973c4b6f162268d9d24e091f10fd2b51925 fFilename !-ed --- diff --git a/EVGEN/AliGenHalo.h b/EVGEN/AliGenHalo.h index 05632c9b811..abd376fceed 100644 --- a/EVGEN/AliGenHalo.h +++ b/EVGEN/AliGenHalo.h @@ -22,8 +22,8 @@ public: virtual void Generate(); AliGenHalo & operator=(const AliGenHalo & rhs); protected: - FILE *fp; // Pointer to file - const Text_t *fFileName; // Choose the file + FILE *fp; // Pointer to file + const Text_t *fFileName; // ! Choose the file ClassDef(AliGenHalo,1) // LHC background boundary source (MARS input) }; #endif