Fixed a bug where coverage dependencies were not being handled properly

This commit is contained in:
Ray Speth 2012-07-23 22:34:18 +00:00
parent 9c89a8e0a2
commit f27aac8599

View file

@ -234,7 +234,7 @@ public:
m_logA = log(m_A);
}
const vector_fp& data = rdata.auxRateCoeffParameters;
const vector_fp& data = rdata.rateCoeffParameters;
if (data.size() >= 7) {
for (size_t n = 3; n < data.size()-3; n += 4) {
addCoverageDependence(size_t(data[n]), data[n+1],