v4: corrected parser for estimated_params_init and estimated_params_bounds

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@497 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2005-10-14 20:53:33 +00:00
parent 0b1416872b
commit 19f8dba3e7
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -639,7 +639,7 @@
}
;
estimated_params_init: ESTIMATED_PARAMS_INIT ';' estimated_init_list END
estimated_params_init: ESTIMATED_PARAMS_INIT ';' estimated_init_list END ';'
;
estimated_init_list : estimated_init_list estimated_init_elem
@ -664,7 +664,7 @@
}
;
estimated_params_bounds: ESTIMATED_PARAMS_BOUNDS ';' estimated_bounds_list END
estimated_params_bounds: ESTIMATED_PARAMS_BOUNDS ';' estimated_bounds_list END ';'
;
estimated_bounds_list : estimated_bounds_list estimated_bounds_elem