Import Geant4 8.2.0 source tree
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user