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

@ -21,8 +21,8 @@
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$//
#include "G4ElectricField.hh"
#include"G4ThreeVector.hh"
#include"G4ios.hh"
#include "G4ThreeVector.hh"
#include "G4ios.hh"
/*!
* This class is defines homogenous electric field in the cryostat region.
* It is obsolete since a field map has been introduces for this region.
@ -39,7 +39,7 @@ public:
/*! The constructor initializes the field within the boundary cylinder centered in mcpv_z, radius and length= zmax-zmin
*/
LEMuSRCryoField(G4ThreeVector FieldVector,G4double radius,G4double zmin, G4double zmax,G4double mcpv_z);
LEMuSRCryoField(G4ThreeVector FieldVector,G4double radius,G4double zmin, G4double zmax);
~LEMuSRCryoField();
G4bool DoesFieldChangeEnergy() const { return true; }