Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VScoreWriter.cc 67992 2013-03-13 10:59:57Z gcosmo $
// $Id: G4VScoreWriter.cc 94772 2015-12-09 09:46:45Z gcosmo $
//
#include "G4VScoreWriter.hh"
@@ -38,7 +38,7 @@
#include <fstream>
G4VScoreWriter::G4VScoreWriter()
: fScoringMesh(0), verboseLevel(0) {
: fScoringMesh(nullptr), verboseLevel(0) {
fNMeshSegments[0] = fNMeshSegments[1] = fNMeshSegments[2] = 0;
}