Opened 8 years ago
Closed 8 years ago
#4562 closed defect (fixed)
Fix default nominal attribute in FMUs
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | high | Milestone: | 1.12.0 |
| Component: | FMI | Version: | |
| Keywords: | Cc: |
Description
Currently, the C-code sets nominal to 0.0 if there is no explicit value for nominal. This is a very bad default since it can lead to INF or NAN values.
Should this be fixed for 1.13 or also 1.12?
Change History (3)
comment:1 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:3 by , 8 years ago
| Milestone: | Future → 1.12.0 |
|---|---|
| Resolution: | → fixed |
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

https://github.com/OpenModelica/OMCompiler/pull/1899