Skip to content
Snippets Groups Projects
Commit dd977892 authored by Cedric Roux's avatar Cedric 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
Branches
Tags
No related merge requests found
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment