From 5025108accb9733d247014d9e2fbcd60cdacbb08 Mon Sep 17 00:00:00 2001 From: ivana Date: Mon, 17 Jul 2000 07:11:15 +0000 Subject: [PATCH] renamed local constants, added arguments name in method declarations --- TGeant4/TG4StepManager.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TGeant4/TG4StepManager.cxx b/TGeant4/TG4StepManager.cxx index cff250d8cf0..b9c0ae4e4e7 100644 --- a/TGeant4/TG4StepManager.cxx +++ b/TGeant4/TG4StepManager.cxx @@ -123,12 +123,12 @@ void TG4StepManager::Rndm(Float_t* array, const Int_t size) const // Random numbers array of the specified size. // --- - G4double* const doubleArray = new G4double[size]; - RandFlat::shootArray(size,doubleArray); + G4double* const kpDoubleArray = new G4double[size]; + RandFlat::shootArray(size,kpDoubleArray); for (G4int i=0; i