Opened 10 years ago
Last modified 10 years ago
#3323 closed defect
weird results for the solution of a simple equation !!!! — at Initial Version
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Lennart Ochel, Willi Braun |
Description
OM ver.: 539229e
for the simple following model:
model a
Real x1;
Real x2;
equation
x1 + x2 = 0;
x1 - x2 = 1;
end a;
i get the following wrong answer:
x1=0.5;
x2=0;
Note:
See TracTickets
for help on using tickets.