Ignore:
Timestamp:
Dec 7, 2012, 9:09:47 AM (10 years ago)
Author:
Peter
Message:

prefer calling base class constructor explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/random/random.cc

    r2889 r2890  
    206206
    207207  Binomial::Binomial(double p, unsigned int n)
    208     : p_(p), n_(n)
     208    : Discrete(), p_(p), n_(n)
    209209  {
    210210  }
Note: See TracChangeset for help on using the changeset viewer.