Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -25,9 +25,17 @@
|
||||
//
|
||||
// G4SmartVoxelNode inline implementation
|
||||
//
|
||||
// Author: Paul Kent (CERN), 12.07.1995 - Initial version
|
||||
// Gabriele Cosmo (CERN), 18.04.2001 - Migrated to STL vector
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
inline G4SmartVoxelNode::G4SmartVoxelNode(G4int pSlice)
|
||||
: fminEquivalent(pSlice), fmaxEquivalent(pSlice)
|
||||
{
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
inline
|
||||
G4int G4SmartVoxelNode::GetVolume(G4int pVolumeNo) const
|
||||
|
||||
Reference in New Issue
Block a user