~ubuntu-branches/ubuntu/saucy/libbpp-phyl/saucy

« back to all changes in this revision

Viewing changes to src/Bpp/Phyl/Likelihood/RHomogeneousClockTreeLikelihood.h

  • Committer: Package Import Robot
  • Author(s): Julien Dutheil
  • Date: 2013-02-09 16:00:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130209160000-5v65ba68z8032nzj
Tags: 2.0.3-1
* Reorganized model hierarchy
* New pairwise models
* Several bugs fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 * The tree must be rooted and fully resolved (no multifurcation).
63
63
 *
64
64
 * Constraint on parameters HeightP are of class IncludingInterval, initially set to [0,1].
 
65
 *
 
66
 * @deprecated See GlobalClockTreeLikelihoodFunctionWrapper as a more general replacement.
65
67
 */
66
68
class RHomogeneousClockTreeLikelihood:
67
69
  public RHomogeneousTreeLikelihood,