This commit is contained in:
2025-06-03 20:47:32 +02:00
parent 4af50e5aa6
commit 19ade556b6
3 changed files with 5 additions and 5 deletions
-3
View File
@@ -18,7 +18,4 @@ typedef struct Parameters parameters;
parameters parse_args(int argc, char **argv);
const parameters EMPTY_PARAMS = {
0, 0, NULL, 0, 0.0, {0.0, 0.0, 0.0}, {0.0, 0.0, 0.0}};
#endif