Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4e459d61 authored by Vincent Danjean's avatar Vincent Danjean
Browse files

Fix typo in function name

parent 2089b2aa
No related branches found
No related tags found
No related merge requests found
...@@ -374,7 +374,7 @@ int ...@@ -374,7 +374,7 @@ int
Chi2FisherSignificatif(pvalue) Chi2FisherSignificatif(pvalue)
double pvalue double pvalue
CODE: CODE:
RETVAL=chi2_fisher_signigicatif(pvalue); RETVAL=chi2_fisher_significatif(pvalue);
OUTPUT: OUTPUT:
RETVAL RETVAL
......
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