[CodeFactor] Apply fixes to commit 9697fac

This commit is contained in:
codefactor-io
2026-03-14 05:03:08 +00:00
parent 9697facfb4
commit e35ff7fa3f
164 changed files with 458 additions and 530 deletions
-2
View File
@@ -43,7 +43,6 @@ public sealed class Cg : AbstractBase
private double _p_weightedSum;
private double _p_sum;
public override bool IsHot => _buffer.IsFull;
/// <summary>
@@ -112,7 +111,6 @@ public sealed class Cg : AbstractBase
// after each update (or track differential updates which is complex)
RecalculateSums();
// Calculate CG
double cg = CalculateCg();