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

Making the Laplace test case pass again

parent 4c6ee567
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ int main(void)
decay[i] = rand()%11000+5000;
}
for (i=0;i<10000;i++)
ec_laplace_encode(&enc, val[i], decay[i]);
ec_laplace_encode(&enc, &val[i], decay[i]);
ec_enc_done(&enc);
......
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