You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make analog function output variables have correct dependency
In my other commits on this branch, I modified adms.implicit.xml to
propagate probe and variable dependencies from analog function
argument lists into output variables (other than the return value,
which was already handled correctly).
In doing so, I had neglected setting the "dependency" element of the
ADMS data tree on those variables, and so they were incorrectly being
set to "constant". This led to the incorrect setting downstream of
the OPdependent element as well.
This commit correctly sets "dependency", and therefore
OPdependent (which is set later by probing "dependency").
#67
0 commit comments