Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/incl/src/G4AblaFissionSimfis18.cc

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