Commit b55d80ff authored by Cedric Roux's avatar Cedric Roux

Merge remote-tracking branch 'origin/hotfix-201-oaisim-abstraction' into develop_integration_w05

parents 7b1cbfc3 dd977892
......@@ -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