Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -81,7 +81,7 @@ CCalEndOfEventAction::~CCalEndOfEventAction() {
if (theOrg)
delete theOrg;
if (SDnames)
delete SDnames;
delete[] SDnames;
G4cout << "CCalEndOfEventAction deleted" << G4endl;
}
@@ -93,7 +93,8 @@ std::ostream& tab(std::ostream& os) {
std::istream& jump(std::istream& is) {
char first, second;
char first = ' ';
char second = ' ';
is.ignore(999,'\n');
do {
is.get(first);