Changes between Version 2 and Version 3 of Ticket #5460, comment 3
- Timestamp:
- 2019-05-07T13:53:49Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5460, comment 3
v2 v3 2 2 It is very useful to have the chance to change run time parameters in (if-statement) if-clause conditions, and in fact I was happy, although somewhat surprised, that OM allowed it. 3 3 4 In reality in the model I have it works (using OF) well, but I did not test for conditions which vary over time.5 Maybe it works only swith4 In reality in the model I have it works (using OF) well, but I did not test it yet for conditions which vary over time. 5 Maybe it works only with conditions which do not vary with time, and for those cases the solution you propose, i.e. using an if-expression, solves the thing. 6 6 7 7