Import Geant4 10.7.2 source tree

This commit is contained in:
Gabriele Cosmo
2021-06-14 10:01:31 +02:00
parent 3dfcdb544e
commit c968e26a39
271 changed files with 26365 additions and 21942 deletions
+3
View File
@@ -19,6 +19,9 @@ committal in the CVS repository !
History file for graphics_reps category
---------------------------------------
06 May 2021 Gabriele Cosmo (greps-V10-06-07)
- Fixed shadowing compilation warning in G4Colours reported with gcc-11.
01 December 2020 Evgueni Tcherniaev (greps-V10-06-06)
- HepPolyhedron: revised HepPolyhedronHype,
it addresses problem report #2295.
+2 -2
View File
@@ -85,8 +85,8 @@ class G4Colour {
public: // With description
G4Colour (G4double r = 1., G4double g = 1., G4double b = 1.,
G4double a = 1.);
G4Colour (G4double r_ = 1., G4double g_ = 1., G4double b_ = 1.,
G4double a_ = 1.);
G4Colour (G4ThreeVector);
// Converts the components of the 3-vector into red, green, blue.