Deal with stale fields in oo_.dr
resol.m
contains
if isfield(oo,'dr');
dr = oo.dr;
end
which will create problems with stale fields if the order in a mod-file decreases. It will also throw off size_of_the_reduced_form_model
resol.m
contains
if isfield(oo,'dr');
dr = oo.dr;
end
which will create problems with stale fields if the order in a mod-file decreases. It will also throw off size_of_the_reduced_form_model