Opened 12 years ago
Closed 12 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 , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

fixed in r19023.