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);

Change History (1)

comment:1 by Per Östlund, 11 years ago

Resolution: fixed
Status: newclosed

That seems reasonable, fixed in r19272.

Note: See TracTickets for help on using tickets.