kbphoton / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

"rates" in "svsGeneralSubstitutionModel" should not have relativeTo #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"rates" in "svsGeneralSubstitutionModel" should not have relativeTo, because 
there is no code dealing with relativeTo for svsGeneralSubstitutionModel. 

the following xml is incorrect:

<rates relativeTo="1">
  <parameter id="rates" dimension="21" value="1.0" /> 
</rates>

it should change to:

<rates>
  <parameter id="rates" dimension="21" value="1.0" /> 
</rates>

Original issue reported on code.google.com by dong.w.xie@gmail.com on 24 Jun 2010 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by dong.w.xie@gmail.com on 24 Jun 2010 at 10:24