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/G4tgbMaterial.cc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4tgbMaterial.cc,v 1.2 2008/12/18 12:59:26 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4tgbMaterial.cc,v 1.5 2010/12/15 11:29:54 arce Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    4141// -------------------------------------------------------------------------
    4242G4tgbMaterial::G4tgbMaterial()
     43  : theTgrMate(0), theG4Mate(0)
    4344{
    4445}
     
    5152// -------------------------------------------------------------------------
    5253G4tgbMaterial::G4tgbMaterial( G4tgrMaterial* hg )
     54  : theTgrMate(hg), theG4Mate(0)
    5355{
    54   theTgrMate = hg;
    55   theG4Mate = 0;
    5656}
    5757
Note: See TracChangeset for help on using the changeset viewer.