Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.$Id: History 101714 2016-11-22 08:53:13Z gcosmo $
|
||||
.$Id: History 104290 2017-05-23 13:24:52Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -20,6 +20,9 @@ committal in the CVS repository !
|
||||
History file for visualization/HepRep sub-category
|
||||
--------------------------------------------------
|
||||
|
||||
23rd May 2017 John Allison (vis-HepRep-V10-03-00)
|
||||
- Fixes for gcc-7.1 warnings.
|
||||
|
||||
18th November 2016 John Allison (vis-HepRep-V10-02-04)
|
||||
- Fixed the GetColour() problem.
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4HepRepSceneHandler.cc 101714 2016-11-22 08:53:13Z gcosmo $
|
||||
// $Id: G4HepRepSceneHandler.cc 104290 2017-05-23 13:24:52Z gcosmo $
|
||||
//
|
||||
|
||||
/**
|
||||
@@ -823,7 +823,7 @@ void G4HepRepSceneHandler::AddPrimitive (const G4Polymarker& line) {
|
||||
setAttribute(instance, "Fill", true);
|
||||
setColor(instance, GetColor(), G4String("FillColor"));
|
||||
} else if (mtype == line.circles) {
|
||||
} else if (line.squares) {
|
||||
} else if (mtype == line.squares) {
|
||||
setAttribute(instance, "MarkName", G4String("Box"));
|
||||
} else {
|
||||
// line.line + default
|
||||
|
||||
Reference in New Issue
Block a user