Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (14 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/management/src/G4Region.cc

    r1058 r1228  
    2525//
    2626//
    27 // $Id: G4Region.cc,v 1.26 2008/07/15 10:27:36 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Region.cc,v 1.27 2009/11/27 16:34:37 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
     
    4848G4Region::G4Region(const G4String& pName)
    4949  : fName(pName), fRegionMod(true), fCut(0), fUserInfo(0), fUserLimits(0),
    50     fFastSimulationManager(0), fWorldPhys(0), fRegionalSteppingAction(0)
     50    fFieldManager(0), fFastSimulationManager(0), fWorldPhys(0),
     51    fRegionalSteppingAction(0)
    5152{
    5253  G4RegionStore* rStore = G4RegionStore::GetInstance();
     
    7273G4Region::G4Region( __void__& )
    7374  : fName(""), fRegionMod(true), fCut(0), fUserInfo(0), fUserLimits(0),
    74     fFastSimulationManager(0), fWorldPhys(0), fRegionalSteppingAction(0)
     75    fFieldManager(0), fFastSimulationManager(0), fWorldPhys(0),
     76    fRegionalSteppingAction(0)
    7577{
    7678  // Register to store
Note: See TracChangeset for help on using the changeset viewer.