Opened 11 years ago

Closed 11 years ago

#2575 closed defect (fixed)

missing edges in dumping graphml files

Reported by: Willi Braun Owned by: Willi Braun
Priority: normal Milestone: 1.9.1
Component: Backend Version: trunk
Keywords: Cc:

Description

In the following graphml file is a
edge missing:

setCommandLineOptions({"+locale=C","+d=dumpSCCGraphML"});
loadString("
model A
  Real a,b,c,d;
equation
  a = sin(time);
  b = cos(a);
  c = cos(b)+sin(a);
  d = b + c;
end A;
");
buildModel(A);

In the graphml file the node c in only
depended on "a", but not on "b".

Change History (2)

comment:1 by Willi Braun, 11 years ago

Owner: changed from probably noone to Willi Braun
Status: newaccepted

comment:2 by Willi Braun, 11 years ago

Resolution: fixed
Status: acceptedclosed

fixed in r19023.

Note: See TracTickets for help on using tickets.