Changes between Initial Version and Version 1 of Ticket #6186, comment 6


Ignore:
Timestamp:
2020-11-09T10:53:41Z (4 years ago)
Author:
Karim Adbdelhak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6186, comment 6

    initial v1  
    33> 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.
    44
    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.
     5Sounds 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.