Code in "Comparison.cs" on line 1307 // if we don't have frequencies, use the default (this should never happen, but here it is) if (tblFreq == null || tblFreq.Rows.Count == 0) { a = (float)0.02; b = (float)0.02; } is…
Code in "Comparison.cs" on line 1307 // if we don't have frequencies, use the default (this should never happen, but here it is) if (tblFreq == null || tblFreq.Rows.Count == 0) { a = (float)0.02; b = (float)0.02; } is…