Import Geant4 10.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2017-02-28 16:16:20 +01:00
parent a3452e42ac
commit 4597adb7c4
267 changed files with 14761 additions and 24650 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History 101178 2016-11-08 12:50:41Z gcosmo $
$Id: History 102806 2017-02-22 16:36:36Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
22-02-17 G.Cosmo (materials-V10-02-21)
- Removed debug printout from G4MaterialPropertiesTable destructor.
Addressing problem report #1944.
08-11-16 E.Bagli (materials-V10-02-20)
- Fixed Coverity warnings
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4MaterialPropertiesTable.cc 99765 2016-10-05 08:49:47Z gcosmo $
// $Id: G4MaterialPropertiesTable.cc 102806 2017-02-22 16:36:36Z gcosmo $
//
//
////////////////////////////////////////////////////////////////////////
@@ -68,7 +68,6 @@ G4MaterialPropertiesTable::~G4MaterialPropertiesTable()
MPTiterator i;
for (i = MPT.begin(); i != MPT.end(); ++i)
{
G4cout << (*i).second << G4endl;
delete (*i).second;
}
MPT.clear();