~ubuntu-branches/ubuntu/precise/libbpp-phyl/precise

« back to all changes in this revision

Viewing changes to src/Bpp/Phyl/Model/__LLG08_EX2RatesProps

  • Committer: Bazaar Package Importer
  • Author(s): Julien Dutheil
  • Date: 2011-06-09 11:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110609110000-yvx78svv6w7xxgph
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if (getName()=="EX2_Buried"){
 
2
        rate_ = 0.556689;
 
3
        proportion_ = 0.448;
 
4
}
 
5
 
 
6
 
 
7
if (getName()=="EX2_Exposed"){
 
8
        rate_ = 1.359789;
 
9
        proportion_ = 0.552;
 
10
}
 
11
 
 
12