Changes between Initial Version and Version 1 of Ticket #6186, comment 6
- Timestamp:
- 2020-11-09T10:53:41Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6186, comment 6
initial v1 3 3 > So the easy fix could be to keep `assert(if not initial() then not x == 0.0 else true)` and don't simplify this in the backend. 4 4 5 Sounds good, but how exactly do we handle `initial()`? Does it return true in the initial system and falseotherwise, or does it actually check `time == startTime`? If it is the first we don't win anything by not removing it.5 Sounds good, but how exactly do we handle `initial()`? Does it return `true` in the initial system and `false` otherwise, or does it actually check `time == startTime`? If it is the first we don't win anything by not removing it.