Opened 11 years ago
Closed 5 years ago
#3078 closed defect (fixed)
Variable outside interval wrongly reported for certain variables
| Reported by: | Lennart Ochel | Owned by: | Lennart Ochel |
|---|---|---|---|
| Priority: | high | Milestone: | 1.16.0 |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: |
Description
There are a lot of new min/max warnings since r24052, e.g. for Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank:
Warning: Variable flowSource.medium.MM out of [min, max] interval: flowSource.medium.MM >= 0.001 and flowSource.medium.MM <= 0.25 has value: 0 Warning: Variable tank.medium.MM out of [min, max] interval: tank.medium.MM >= 0.001 and tank.medium.MM <= 0.25 has value: 0
Change History (1)
comment:1 by , 5 years ago
| Milestone: | Future → 1.16.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This no longer seems to be the case.