Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
// Abstract class from which the user can derive a concrete class
|
||||
// for tuning user's information associated with a G4PrimaryParticle
|
||||
// class object.
|
||||
// It is user's responsibility to construct a concrete class object
|
||||
// It is user's responsibility to construct a concrete class object
|
||||
// and set the pointer to the proper G4PrimaryParticle object.
|
||||
// The concrete class object is deleted by Geant4 kernel when
|
||||
// associated G4PrimaryParticle object is deleted.
|
||||
@@ -43,7 +43,6 @@
|
||||
class G4VUserPrimaryParticleInformation
|
||||
{
|
||||
public:
|
||||
|
||||
G4VUserPrimaryParticleInformation() = default;
|
||||
virtual ~G4VUserPrimaryParticleInformation() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user