Opened 8 years ago
Closed 7 years ago
#4869 closed defect (fixed)
inStream 0/0
| Reported by: | Vitalij Ruge | Owned by: | Vitalij Ruge |
|---|---|---|---|
| Priority: | high | Milestone: | Future |
| Component: | Backend | Version: | |
| Keywords: | Cc: |
Description
some inStream equation will be simplified to 0/0.
TODO: p. 268 Modelica Language Specification 3.3 Revision 1 case 0/0.
Note:
See TracTickets
for help on using tickets.

case
0/0implementated with https://github.com/OpenModelica/OMCompiler/pull/2346.PR2346.But the main issue was a bug in
simplifyInStream, see https://trac.openmodelica.org/OpenModelica/ticket/3885#comment:15.