Import Geant4 5.1.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParallelGCellFinder.cc,v 1.1 2002/10/16 16:27:41 dressel Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
// $Id: G4ParallelGCellFinder.cc,v 1.2 2003/04/02 16:59:17 dressel Exp $
|
||||
// GEANT4 tag $Name: geant4-05-01 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// GEANT 4 class source file
|
||||
@@ -44,13 +44,13 @@ G4ParallelGCellFinder::~G4ParallelGCellFinder()
|
||||
{}
|
||||
|
||||
G4GeometryCell G4ParallelGCellFinder::
|
||||
GetPreGeometryCell(const G4Step &aStep) const {
|
||||
GetPreGeometryCell(const G4Step &) const {
|
||||
G4GeometryCell g(fPStepper.GetPStep().GetPreGeometryCell());
|
||||
return g;
|
||||
}
|
||||
|
||||
G4GeometryCell G4ParallelGCellFinder::
|
||||
GetPostGeometryCell(const G4Step &aStep) const {
|
||||
GetPostGeometryCell(const G4Step &) const {
|
||||
G4GeometryCell g(fPStepper.GetPStep().GetPostGeometryCell());
|
||||
return g;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user