Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4FTFParticipants.hh 89632 2015-04-23 12:19:33Z gcosmo $
// $Id: G4FTFParticipants.hh 100828 2016-11-02 15:25:59Z gcosmo $
//
#ifndef G4FTFParticipants_h
@@ -49,7 +49,6 @@
class G4FTFParticipants : public G4VParticipants {
public:
G4FTFParticipants();
const G4FTFParticipants& operator=( const G4FTFParticipants& right );
@@ -69,7 +68,6 @@ class G4FTFParticipants : public G4VParticipants {
private:
G4FTFParticipants( const G4FTFParticipants& right );
G4int currentInteraction;
};
@@ -88,3 +86,4 @@ inline G4InteractionContent& G4FTFParticipants::GetInteraction() {
}
#endif