Closed MathiasKerman closed 6 years ago
Logic on flags is broken if we use floats. All flags must be converted to booleans before doing logical operations on them using the command logical(round(flag))
fixed everywhere in FSW with the single-2-bool library.
Logic on flags is broken if we use floats. All flags must be converted to booleans before doing logical operations on them using the command logical(round(flag))