Estimation DLL: fixed bug in EstimatedParametersDescription::getNumberOfPeriods()

time-shift
Sébastien Villemot 2010-06-11 18:03:14 +02:00
parent 32e41b7b01
commit 85f855d759
1 changed files with 1 additions and 0 deletions

View File

@ -44,4 +44,5 @@ EstimatedParametersDescription::getNumberOfPeriods() const
if (r2 > r)
r = r2;
}
return r;
}