Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -23,9 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// G4SmartVoxelHeader Inline implementation
//
// --------------------------------------------------------------------
@@ -39,7 +36,7 @@ G4int G4SmartVoxelHeader::GetMaxEquivalentSliceNo() const
inline
void G4SmartVoxelHeader::SetMaxEquivalentSliceNo(G4int pMax)
{
fmaxEquivalent=pMax;
fmaxEquivalent = pMax;
}
inline
@@ -51,7 +48,7 @@ G4int G4SmartVoxelHeader::GetMinEquivalentSliceNo() const
inline
void G4SmartVoxelHeader::SetMinEquivalentSliceNo(G4int pMin)
{
fminEquivalent=pMin;
fminEquivalent = pMin;
}
inline
@@ -79,7 +76,7 @@ G4double G4SmartVoxelHeader::GetMinExtent() const
}
inline
G4int G4SmartVoxelHeader::GetNoSlices() const
size_t G4SmartVoxelHeader::GetNoSlices() const
{
return fslices.size();
}