Skip to content
Snippets Groups Projects
Commit ac0ecde1 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

mom: fix incorrect options-reference

parent a57f81b3
Branches
Tags
1 merge request!2173mom: fix incorrect options-reference
......@@ -590,7 +590,7 @@ fprintf('\n==== Method of Moments Estimation (%s) Completed ====\n\n',options_mo
%reset warning state
warning_config;
if isoctave && isfield(options_, 'prior_restrictions') && ...
if isoctave && isfield(options_mom_, 'prior_restrictions') && ...
isfield(options_mom_.prior_restrictions, 'routine')
% Octave crashes if it tries to save function handles (to the _results.mat file)
% See https://savannah.gnu.org/bugs/?43215
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment