Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/ascii/include/G4tgrVolumeMgr.hh

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4tgrVolumeMgr.hh,v 1.5 2008/12/18 12:59:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4tgrVolumeMgr.hh,v 1.8 2010/10/13 07:56:55 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    5353#include <map>
    5454
    55 typedef std::map< const G4String, const G4tgrSolid* > G4mapssol;
    56 typedef std::map< const G4String, const G4tgrVolume* > G4mapsvol;
     55typedef std::map< G4String, G4tgrSolid* > G4mapssol;
     56typedef std::map< G4String, G4tgrVolume* > G4mapsvol;
    5757typedef std::multimap< const G4String, const G4tgrPlace* > G4mmapspl;
    5858
Note: See TracChangeset for help on using the changeset viewer.