Skip to content
Snippets Groups Projects
Commit 7ff2cbc1 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

oops, fixed the Laplace testcase

parent 37942649
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ int main()
val[0] = 3; decay[0] = 6000;
val[1] = 0; decay[1] = 5800;
val[2] = -1; decay[2] = 5600;
for (i=0;i<10000;i++)
for (i=3;i<10000;i++)
{
val[i] = rand()%15-7;
decay[i] = rand()%11000+5000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment