"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
Original issue reported on code.google.com by
dong.w.xie@gmail.com
on 24 Jun 2010 at 6:50