Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/volumes/src/G4ReflectionFactory.cc

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4ReflectionFactory.cc,v 1.9 2008/11/13 09:33:20 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4ReflectionFactory.cc,v 1.10 2010/04/13 07:19:01 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    761761//_____________________________________________________________________________
    762762
     763void
     764G4ReflectionFactory::Reset()
     765{
     766  fConstituentLVMap.~map();
     767  fReflectedLVMap.~map();
     768}
     769
     770//_____________________________________________________________________________
     771
    763772void G4ReflectionFactory::PrintConstituentLVMap()
    764773{
Note: See TracChangeset for help on using the changeset viewer.