Bytecode: fix error message

remove-submodule
Sébastien Villemot 2023-06-12 18:47:54 +02:00
parent d814a4090b
commit 90d790f1c3
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Get_Arguments_and_global_variables(int nrhs,
if (count_array_argument == 3 && steady_state)
periods = 1;
else
throw FatalException{"In main, missing arguments. All the following arguments have to be indicated y, x, params, it_, ys"};
throw FatalException{"In main, missing arguments. All the following arguments have to be indicated y, x, params, ys, periods"};
}
*M_ = mexGetVariable("global", "M_");
if (!*M_)