Path: \nodexl-70521\NodeXL\Layouts\Layouts\HarelKoren\HarelKorenFastMultiscaleLayoutInternal.cs
Line: 253 (maybe)
Code: " if (Math.Abs(C) < eps && Math.Abs(C) < eps) "
Should it be " if (Math.Abs(C) < eps && Math.Abs(E) < eps) "?
Line: 253 (maybe)
Code: " if (Math.Abs(C) < eps && Math.Abs(C) < eps) "
Should it be " if (Math.Abs(C) < eps && Math.Abs(E) < eps) "?