Changes between Initial Version and Version 1 of Ticket #6200, comment 26
- Timestamp:
- 2021-09-30T12:03:04Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6200, comment 26
initial v1 5 5 The main rationale was that i still use actual zero comparison even for real valued coefficients (not with an epsilon, just flat on equality). The odd thing is that it triggered for this case. The only reason that comes to my mind is either another epsilon used in the generated C-code, or we hit our precision threshold and it is rounded in such a way that it actually ends up being zero. 6 6 7 Either way, i added the config flag `- d=realASSC` which defaults to false.7 Either way, i added the config flag `--realASSC` which defaults to false.