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

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4tgbPlaceParameterisation.cc,v 1.4 2008/11/21 15:37:18 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4tgbPlaceParameterisation.cc,v 1.6 2010/10/13 15:20:01 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// class G4tgbPlaceParameterisation
     
    4545G4tgbPlaceParameterisation::
    4646G4tgbPlaceParameterisation( G4tgrPlaceParameterisation* tgrParam)
     47  : theNCopies(0), theAxis(kUndefined)
    4748{
    4849  theRotationMatrix = G4tgbRotationMatrixMgr::GetInstance()
     
    5253G4tgbPlaceParameterisation::~G4tgbPlaceParameterisation()
    5354{
     55  delete theRotationMatrix;
    5456}
    5557
Note: See TracChangeset for help on using the changeset viewer.