merge fixes

This commit is contained in:
Frank Haverland
2024-04-28 19:56:50 +02:00
parent 488ae174a4
commit 295038a881
2 changed files with 7 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ int ClassFlowCNNGeneral::PointerEvalHybridNew(float number, float number_of_pred
// number can still be x.6 - x.7.
// Preceding (else - branch) does not already happen from 9.
if (((Digital_Transition_Area_Forward>=number_of_predecessors) && (eval_predecessors == (int)number_of_predecessors))
|| result_after_decimal_point >= 4)
|| result_after_decimal_point >= 4) {
// The current digit, like the previous digit, does not yet have a zero crossing.
result = result_before_decimal_point % 10;
}