Import Geant4 7.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VTouchable.icc,v 1.7 2003/11/02 14:01:22 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: G4VTouchable.icc,v 1.8 2004/11/19 07:26:25 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-07-00-cand-01 $
|
||||
//
|
||||
//
|
||||
// class G4VTouchable Inline implementation
|
||||
@@ -63,6 +63,12 @@ G4int G4VTouchable::GetReplicaNumber(G4int) const
|
||||
return 0;
|
||||
}
|
||||
|
||||
inline
|
||||
G4int G4VTouchable::GetCopyNumber(G4int depth) const
|
||||
{
|
||||
return GetReplicaNumber(depth);
|
||||
}
|
||||
|
||||
inline
|
||||
G4int G4VTouchable::MoveUpHistory(G4int)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user