Changes between Initial Version and Version 5 of Ticket #6754
- Timestamp:
- Nov 3, 2019, 7:34:19 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6754
- Property Status new → reopened
-
Ticket #6754 – Description
initial v5 2 2 3 3 Source code is 4 4 {{{ 5 5 if (meandist < minmeandist || 6 6 status == STATUS_END_REACHED | STATUS_BEGIN_REACHED || 7 7 mode == MODE_FAST){ 8 8 }}} 9 9 maybe better code 10 10 {{{ 11 11 if (meandist < minmeandist || 12 12 status == (STATUS_END_REACHED | STATUS_BEGIN_REACHED) || 13 13 mode == MODE_FAST){ 14 }}}


