Import Geant4 10.4.1 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 106122 2017-09-13 12:51:53Z gcosmo $
|
||||
$Id: History 108542 2018-02-16 09:35:32Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -20,6 +20,13 @@ committal in the CVS repository !
|
||||
History file for visualization/modeling
|
||||
---------------------------------------
|
||||
|
||||
19th December 2017 Gabriele Cosmo (modeling-V10-03-09)
|
||||
- Fixed self-consistency in G4AttValueFilterT header (missing #include).
|
||||
Thanks to Raphael Isemann for reporting this.
|
||||
|
||||
12th December 2017 John Allison
|
||||
- G4TrajectoryDrawerUtils.cc: Improvement to an informational message.
|
||||
|
||||
13th September 2017 John Allison (modeling-V10-03-08)
|
||||
- G4ModelingParameters.cc, G4PhysicalVolumeModel.cc:
|
||||
Reverted default number of line segments per circle to 24.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4AttValueFilterT.hh 66373 2012-12-18 09:41:34Z gcosmo $
|
||||
// $Id: G4AttValueFilterT.hh 108542 2018-02-16 09:35:32Z gcosmo $
|
||||
//
|
||||
// Templated class for G4AttValue filters.
|
||||
//
|
||||
@@ -32,6 +32,7 @@
|
||||
#ifndef G4ATTVALUEFILTERT_HH
|
||||
#define G4ATTVALUEFILTERT_HH
|
||||
|
||||
#include "G4AttValue.hh"
|
||||
#include "G4VAttValueFilter.hh"
|
||||
#include "G4ConversionFatalError.hh"
|
||||
#include "G4ConversionUtils.hh"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4TrajectoryDrawerUtils.cc 83403 2014-08-21 15:07:30Z gcosmo $
|
||||
// $Id: G4TrajectoryDrawerUtils.cc 108542 2018-02-16 09:35:32Z gcosmo $
|
||||
//
|
||||
// Jane Tinslay, John Allison, Joseph Perl November 2005
|
||||
//
|
||||
@@ -116,6 +116,7 @@ namespace G4TrajectoryDrawerUtils {
|
||||
G4cout <<
|
||||
"*************************************************************************"
|
||||
"\n* WARNING: G4TrajectoryDrawerUtils::GetPointsAndTimes: times not found."
|
||||
"\n You need to specify \"/vis/scene/add/trajectories rich\""
|
||||
"\n*************************************************************************"
|
||||
<< G4endl;
|
||||
warnedTimesNotFound = true;
|
||||
|
||||
Reference in New Issue
Block a user