Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef G4CollectionNameVector_H
|
||||
#ifndef G4CollectionNameVector_H
|
||||
#define G4CollectionNameVector_H 1
|
||||
|
||||
#include "globals.hh"
|
||||
@@ -34,12 +34,11 @@
|
||||
|
||||
class G4CollectionNameVector : public std::vector<G4String>
|
||||
{
|
||||
public:
|
||||
G4CollectionNameVector() {;}
|
||||
virtual ~G4CollectionNameVector() {;}
|
||||
public:
|
||||
G4CollectionNameVector() { ; }
|
||||
virtual ~G4CollectionNameVector() { ; }
|
||||
|
||||
void insert(G4String str) { push_back(str); }
|
||||
void insert(G4String str) { push_back(str); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user