Import Geant4 10.7.2 source tree
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user