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/processes/hadronic/models/incl/src/G4AblaFission.cc

    r968 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4AblaFission.cc,v 1.3 2008/11/06 08:42:00 gcosmo Exp $
     26// $Id: G4AblaFission.cc,v 1.5 2010/11/17 20:19:09 kaitanie Exp $
    2727// Translation of INCL4.2/ABLA V3
    2828// Pekka Kaitaniemi, HIP (translation)
     
    3636G4AblaFission::G4AblaFission()
    3737{
     38  hazard = 0;
     39  randomGenerator = 0;
    3840}
    3941
     
    10861088}
    10871089
    1088 void G4AblaFission::standardRandom(G4double *rndm, G4long *seed)
    1089 {
    1090   (*seed) = (*seed); // Avoid warning during compilation.
     1090void G4AblaFission::standardRandom(G4double *rndm, G4long*)
     1091{
    10911092  // Use Geant4 G4UniformRand
    10921093  (*rndm) = randomGenerator->getRandom();
Note: See TracChangeset for help on using the changeset viewer.