diff options
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index e53803fea..d421e45dd 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -4191,6 +4191,8 @@ void sesUnitTest() { } if(fd) fclose(fd); + + ndpi_ses_fitting(v, num, &alpha); /* Compute the best alpha */ } /* *********************************************** */ @@ -4261,6 +4263,8 @@ void desUnitTest() { } if(fd) fclose(fd); + + ndpi_des_fitting(v, num, &alpha, &beta); /* Compute the best alpha/beta */ } /* *********************************************** */ |