Fixed most of the compiler warnings under gcc 3.2.3.

Modified lemuEnv.sh and update.sh.
This commit is contained in:
2006-03-16 13:49:31 +00:00
parent 68a2fbe9c2
commit 04cbb83b5d
21 changed files with 75 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$//*
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$//*
// LOW ENERGY MUON SPIN RELAXATION, ROTATION, RADIATION Geant4 SIMULATION
// ID : LEMuSR.cc , v 1.2
// AUTHOR: Taofiq PARAISO
@@ -60,15 +60,14 @@
#endif
int main(int argc,char** argv)//argc:: defines the user interface
int main() //argc:: defines the user interface
{
// random numbers
time_t myseed;
time(&myseed);
RanecuEngine *theRanGenerator = new RanecuEngine;
theRanGenerator->setSeed(myseed);
HepRandom::setTheEngine(theRanGenerator);
HepRandom::setTheEngine(theRanGenerator);
//! 1 The run manager construction