Skip to content
Snippets Groups Projects
Commit fb21976f authored by Angus Lepper's avatar Angus Lepper
Browse files

examples/main.c getopt call now includes -o option

parent 472bab56
No related branches found
No related tags found
2 merge requests!136Master,!84libnuma, immintrin.h detection in configure script
......@@ -135,7 +135,7 @@ int main(int argc, char *argv[]) {
bzero(&s, sizeof(struct space));
/* Parse the options */
while ((c = getopt(argc, argv, "a:c:d:f:g:m:q:r:s:t:w:y:z:")) != -1)
while ((c = getopt(argc, argv, "a:c:d:f:g:m:oq:r:s:t:w:y:z:")) != -1)
switch (c) {
case 'a':
if (sscanf(optarg, "%lf", &scaling) != 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment