Opened 12 years ago
Closed 12 years ago
#2583 closed defect (fixed)
wrongly initialized algebraic variable having fixed=true
| Reported by: | Lennart Ochel | Owned by: | Lennart Ochel |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.1 |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: |
Description
The following model gets wrongly initialized:
loadString("
model Unnamed
Real a(start=1, fixed=true) = 0;
end Unnamed;
"); getErrorString();
simulate(Unnamed, simflags="-iim symbolic"); getErrorString();
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 r19118