#103: bug in dealing with <fname>_steadystate.m functions that modify parameters --------------------------+------------------------------------------------- Reporter: michel | Owner: michel Type: bug | Status: new Priority: major | Milestone: 4.2 Component: Core M-files | Version: Keywords: | --------------------------+------------------------------------------------- The changes to M_.params introduced in <fname>_steadystate.m functions are not taken into accounts by calling functions that obtain M_ as argument and not as global variable.
Need to add M_.params = evalin('base','M_.params'); after each call to <fname>_steadystate.m function
#103: bug in dealing with <fname>_steadystate.m functions that modify parameters ---------------------------+------------------------------------------------ Reporter: michel | Owner: michel Type: bug | Status: closed Priority: major | Milestone: 4.2 Component: Core M-files | Version: Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by stepan):
* status: new => closed * resolution: => fixed
Comment:
Resolved in commit d60c32e6a24f7394a5e3e8223bed512c467d3011.