bpp-phyl3  3.0.0
ExponentialDiscreteRateDistribution.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #ifndef BPP_PHYL_MODEL_RATEDISTRIBUTION_EXPONENTIALDISCRETERATEDISTRIBUTION_H
6 #define BPP_PHYL_MODEL_RATEDISTRIBUTION_EXPONENTIALDISCRETERATEDISTRIBUTION_H
7 
8 
9 // From bpp-core
11 
12 namespace bpp
13 {
16 {
17 public:
19  ExponentialDiscreteDistribution(nbClasses, 1.)
20  {
22  }
23 
25 };
26 } // end of namespace bpp;
27 #endif // BPP_PHYL_MODEL_RATEDISTRIBUTION_EXPONENTIALDISCRETERATEDISTRIBUTION_H
ExponentialDiscreteRateDistribution * clone() const
Defines the basic types of data flow nodes.