no message

This commit is contained in:
2026-05-28 07:12:30 +02:00
parent f11c9d0bad
commit 5bc3a62ac0
+1
View File
@@ -440,6 +440,7 @@ private function GeneratePowerSteps()
$array_powersteps = array_values(array_unique(array_merge($neg, $pos)));
sort($array_powersteps, SORT_NUMERIC);
$additionalValue = 0;
// Zusätzlichen Wert auf 50er abrunden
$closestValue = (int)(floor($additionalValue / $stepSizeSmall) * $stepSizeSmall);