diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-24 23:51:11 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-24 23:51:11 +0100 |
| commit | fd0be422180178516d6d2bf3fb1f343c9ab79e53 (patch) | |
| tree | 8a2e04068ac917df22b14ea0039a88470ca70ae1 /src_c/main.c | |
| parent | c7d7e516528c9cef0caa8f5957d1b7c5a4dabd04 (diff) | |
WIP c implementation
Diffstat (limited to 'src_c/main.c')
| -rw-r--r-- | src_c/main.c | 2 |
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(¶ms); + exit_code = opcut_calculate(args.method, ¶ms, &result); if (exit_code) { fprintf(stderr, "calculation error\n"); |
