Skip to content
Snippets Groups Projects
Commit c0010af2 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: number of iterations

parent c4c35fae
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@ public:
TSeries tmpSeries ;
for(unsigned int i=0; i<m_Iterations-1; ++i)
for(unsigned int i=0; i<m_Iterations; ++i)
{
for(unsigned int j=0; j<nbDates; ++j)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment