Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/parton_string/management/include/G4VParticipants.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4VParticipants.hh,v 1.6 2009/11/19 14:23:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VParticipants.hh,v 1.7 2010/09/08 16:58:04 gunter Exp $
     28// GEANT4 tag $Name: geant4-09-03-ref-09 $
    2929//
    3030
     
    5959      int operator!=(const G4VParticipants &right) const;
    6060
    61       void Init(G4double theZ, G4double theA);
     61      void Init(G4int theZ, G4int theA);
    6262     
    6363      void SetNucleus(G4V3DNucleus * aNucleus);
     
    8686}
    8787
    88 inline void G4VParticipants::Init(G4double theA, G4double theZ)
     88inline void G4VParticipants::Init(G4int theA, G4int theZ)
    8989{
    9090        if ( theNucleus == NULL ) theNucleus = new G4Fancy3DNucleus();
Note: See TracChangeset for help on using the changeset viewer.