fixed bug when omp was disabled by default

parent fca1f13f
......@@ -352,7 +352,7 @@ main(int argc, char **argv)
struct arguments args = {
NULL,
640, 480,
250, 1, 0,
250, 1, 1,
0,-2.0, 1.0, -1.5, 1.5, 1.0,
};
argp_parse(&argp, argc, argv, 0, 0, &args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment