Commit dd977892 authored by Cedric Roux's avatar Cedric Roux

hotfix to be removed: oaisim -a abstraction flag disabled

The abstraction mode of oaisim does not work for the moment, it's better
to exit than to crash somewhere randomly.
parent 4eae34a9
......@@ -450,6 +450,8 @@ void get_simulation_options(int argc, char *argv[])
case 'a':
abstraction_flag = 1;
printf("FATAL: -a flag not functional for the moment.\nWe are working on fixing the abstraction mode.\n");
exit(1);
break;
case 'A':
......
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