aboutsummaryrefslogtreecommitdiff
path: root/src_c/main.c
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-12-24 23:51:11 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-12-24 23:51:11 +0100
commitfd0be422180178516d6d2bf3fb1f343c9ab79e53 (patch)
tree8a2e04068ac917df22b14ea0039a88470ca70ae1 /src_c/main.c
parentc7d7e516528c9cef0caa8f5957d1b7c5a4dabd04 (diff)
WIP c implementation
Diffstat (limited to 'src_c/main.c')
-rw-r--r--src_c/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src_c/main.c b/src_c/main.c
index 9648f7c..85a8000 100644
--- a/src_c/main.c
+++ b/src_c/main.c
@@ -116,6 +116,8 @@ int main(int argc, char **argv) {
goto cleanup;
}
+ opcut_sort_params(&params);
+
exit_code = opcut_calculate(args.method, &params, &result);
if (exit_code) {
fprintf(stderr, "calculation error\n");