Closed RobertBaruch closed 3 years ago
o_invert should be xor_invert, to be consistent with the tool input/output.
I'll provide a pull request for the o_invert -> xor_invert change. Possibly also add some information about the purpose of xor_invert? (e.g. xt = (xor_invert == on) ^ XT.A ^ XT.B)
xt = (xor_invert == on) ^ XT.A ^ XT.B
o_invert should be xor_invert, to be consistent with the tool input/output.