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

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/ascii/src/G4tgrVolume.cc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4tgrVolume.cc,v 1.10 2009/11/23 11:36:29 arce Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4tgrVolume.cc,v 1.13 2010/12/15 11:29:54 arce Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    4949//-------------------------------------------------------------
    5050G4tgrVolume::G4tgrVolume()
     51  : theName(""), theType(""),
     52    theMaterialName(""), theSolid(0), theVisibility(false),
     53    theRGBColour(0), theCheckOverlaps(false)
    5154{
    5255}
     
    5659G4tgrVolume::~G4tgrVolume()
    5760{
     61  delete [] theRGBColour;
    5862}
    5963
     
    104108#endif
    105109    }
    106 
    107110}
    108111
Note: See TracChangeset for help on using the changeset viewer.