From 6c9704e64efc2ee0742b2b61c5c15415c500c7c6 Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 14 Jul 1999 16:49:59 +0000 Subject: [PATCH] Syntax corrections for HP-UX --- STEER/AliRun.cxx | 6 +++--- STEER/AliRun.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index 60e1ae67a0a..15b5b24ee4a 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -368,8 +368,8 @@ void AliRun::FinishPrimary() // Called at the end of each primary track // - static Int_t count=0; - const Int_t times=10; + // static Int_t count=0; + // const Int_t times=10; // This primary is finished, purify stack gAlice->PurifyKine(); @@ -1407,7 +1407,7 @@ void AliRun::StepManager(Int_t id) const } //_____________________________________________________________________________ -void AliRun::ReadEuclid(const char* filnam, const AliModule *det, const char* topvol) +void AliRun::ReadEuclid(const char* filnam, const AliModule *det, char* topvol) { // // read in the geometry of the detector in euclid file format diff --git a/STEER/AliRun.h b/STEER/AliRun.h index 1a12c951d06..67fdcc660a4 100644 --- a/STEER/AliRun.h +++ b/STEER/AliRun.h @@ -128,7 +128,7 @@ public: // Functions from GEOCAD //_______________________________________________________________________ - virtual void ReadEuclid(const char*, const AliModule*, const char*); + virtual void ReadEuclid(const char*, const AliModule*, char*); virtual void ReadEuclidMedia(const char*, const AliModule*); TTree *TreeD() {return fTreeD;} -- 2.31.1