No longer forbid bytecode with k_order_solver

The two are now compatible, even though the bytecode representation will not be
used.
master
Sébastien Villemot 2023-10-19 14:09:05 -04:00
parent e6f38e724c
commit 6235e69075
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 6 deletions

View File

@ -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;