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/include/G4InclRandomNumbers.hh

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4InclRandomNumbers.hh,v 1.6 2010/10/26 02:47:59 kaitanie Exp $
     26// $Id: G4InclRandomNumbers.hh,v 1.8 2010/11/13 00:08:36 kaitanie Exp $
    2727// Translation of INCL4.2/ABLA V3
    2828// Pekka Kaitaniemi, HIP (translation)
     
    4343
    4444public:
    45   G4InclRandomInterface() { }
     45  G4InclRandomInterface() {
     46    this->seed = 1337; // Default seed, this is never actually used.
     47  }
    4648  G4InclRandomInterface(G4long seed) {
    4749    this->seed = seed;
Note: See TracChangeset for help on using the changeset viewer.