Opened 11 years ago
Closed 11 years ago
#2593 closed defect (fixed)
Examples not defined properly
Reported by: | anonymous | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | OMNotebook | Version: | trunk |
Keywords: | Cc: |
Description
The example on Hybrid Modeling, Conditional Expressions or Equations, has a bug in it. When constructing the "model Circuit", line 12 of the code says:
"connect(d.p,src.p)";
i think this might be wrong because the circuit is incomplete. The wright code ought to be:
connect(d.p,src.n);
Note:
See TracTickets
for help on using tickets.
That seems reasonable, fixed in r19272.