Opened 11 years ago

Closed 11 years ago

#2594 closed defect (duplicate)

Examples not defined properly

Reported by: anonymous Owned by: adeas31
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 Changed 11 years ago by sjoelund.se

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #2593

Note: See TracTickets for help on using tickets.