Skip to content
Snippets Groups Projects
Commit dd977892 authored by Cédric Roux's avatar Cédric Roux
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -450,6 +450,8 @@ void get_simulation_options(int argc, char *argv[]) ...@@ -450,6 +450,8 @@ void get_simulation_options(int argc, char *argv[])
case 'a': case 'a':
abstraction_flag = 1; abstraction_flag = 1;
printf("FATAL: -a flag not functional for the moment.\nWe are working on fixing the abstraction mode.\n");
exit(1);
break; break;
case 'A': case 'A':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment