Commit eb5011f
committed
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").
#671 parent ed6cac8 commit eb5011f
2 files changed
Lines changed: 873 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
195 | 209 | | |
196 | 210 | | |
197 | 211 | | |
| |||
0 commit comments