Fix error in grammar for options of “perfect_foresight_with_expectations_errors_solver”

fix-tolerance-parameters
Sébastien Villemot 2022-04-12 15:25:27 +02:00
parent a431682697
commit 0a3782df8c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -1467,7 +1467,7 @@ perfect_foresight_with_expectation_errors_solver : PERFECT_FORESIGHT_WITH_EXPECT
{ driver.perfect_foresight_with_expectation_errors_solver(); }
;
perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_solver_options
perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_with_expectation_errors_solver_options
| perfect_foresight_with_expectation_errors_solver_options
;