simulated_moment_uncertainty.m: remove evalin following removal of globals
transformed steady state is not passed back anymore
Merge request reports
Activity
changed milestone to %6.x
added 1 commit
- b83df355 - map_identification.m: remove unsupported morris=0 case
I removed the preprocessor commit. I have difficulty reconstructing the original problem that necessitated the
evalin
. For some reason, we needed to keep track inoptions
whether the steady state inoo_.dr.ys
was logged or not, most probably becauseoo_
used to be global in an originally used downstream function likestoch_simul
. But as of now, all changes thatsimulated_moment_uncertainty.m
performs are local to that function. Keeping track in the baseoptions_
structure of such local changes is wrong and can cause a divergence between the contents ofoo_
in the base workspace that were not changed and the changedoptions_
in the base workspace.Edited by Johannes Pfeifer
mentioned in commit e1833c47