Commit aaa03c0c authored by Toke Høiland-Jørgensen's avatar Toke Høiland-Jørgensen Committed by Juliusz Chroboczek

Add multi-table import to configuration.c

parent 1d8a3cce
......@@ -597,7 +597,7 @@ parse_option(int c, gnc_t gnc, void *closure, char *token)
else if(strcmp(token, "export-table") == 0)
export_table = v;
else if(strcmp(token, "import-table") == 0)
import_table = v;
add_import_table(v);
else
abort();
} else if(strcmp(token, "keep-unfeasible") == 0 ||
......
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