Skip to content
Snippets Groups Projects
Commit 85f855d7 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

parent 32e41b7b
No related branches found
No related tags found
No related merge requests found
...@@ -44,4 +44,5 @@ EstimatedParametersDescription::getNumberOfPeriods() const ...@@ -44,4 +44,5 @@ EstimatedParametersDescription::getNumberOfPeriods() const
if (r2 > r) if (r2 > r)
r = r2; r = r2;
} }
return r;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment