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

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4tgrRotationMatrix.cc,v 1.5 2008/12/18 13:00:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4tgrRotationMatrix.cc,v 1.7 2010/10/13 15:20:01 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    4242// -------------------------------------------------------------------------
    4343G4tgrRotationMatrix::G4tgrRotationMatrix()
     44  : theName("Rotation-Matrix"), theInputType(rm9)
    4445{
    4546}
     
    5354
    5455// -------------------------------------------------------------------------
    55 G4tgrRotationMatrix::G4tgrRotationMatrix( const std::vector<G4String>& wl )
     56G4tgrRotationMatrix::G4tgrRotationMatrix( const std::vector<G4String>& wl )
     57  : theInputType(rm9)
    5658{
    5759  theName = G4tgrUtils::GetString( wl[1] );
Note: See TracChangeset for help on using the changeset viewer.