Skip to content
Snippets Groups Projects
Verified Commit 6235e690 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

No longer forbid bytecode with k_order_solver

The two are now compatible, even though the bytecode representation will not be
used.
parent e6f38e72
No related branches found
Tags
No related merge requests found
Pipeline #9431 passed
......@@ -186,12 +186,6 @@ ModFile::checkPass(bool nostrict, bool stochastic)
exit(EXIT_FAILURE);
}
if (mod_file_struct.k_order_solver && bytecode)
{
cerr << "ERROR: 'k_order_solver' (which is implicit if order >= 3), is not yet compatible with 'bytecode'." << endl;
exit(EXIT_FAILURE);
}
if (use_dll && bytecode)
{
cerr << "ERROR: In 'model' block, 'use_dll' option is not compatible with 'bytecode'" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment