Opened 18 years ago
Last modified 18 years ago
#85 closed defect (fixed)
generates divide by zero code
Reported by: | ms6ep | Owned by: | ms6ep |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | ms6ep, Adrian Pop |
Description
Note:
See TracTickets
for help on using tickets.
The following model generates C code with expressions of the form "1.0 / 0.0".
A second nearly identical model is included that does not contain this bug. The
two models should be semantically identical.
model MilkingModel
equation
end MilkingModel;
model MilkingModel
equation
end MilkingModel;