Changes between Initial Version and Version 5 of Ticket #6754


Ignore:
Timestamp:
Nov 3, 2019, 7:34:19 PM (7 years ago)
Author:
Carl Eugen Hoyos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6754

    • Property Status newreopened
  • Ticket #6754 – Description

    initial v5  
    22
    33Source code is
    4 
     4{{{
    55        if (meandist < minmeandist ||
    66                status == STATUS_END_REACHED | STATUS_BEGIN_REACHED ||
    77                mode == MODE_FAST){
    8 
     8}}}
    99maybe better code
    10 
     10{{{
    1111        if (meandist < minmeandist ||
    1212                status == (STATUS_END_REACHED | STATUS_BEGIN_REACHED) ||
    1313                mode == MODE_FAST){
     14}}}