mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-08 08:46:03 +00:00
Changed algorithm order
This commit is contained in:
@@ -212,7 +212,7 @@ RadiusAndDiameter.prototype.getObjectSelectedGroup = function(object)
|
||||
|
||||
RadiusAndDiameter.prototype.getPriority = function()
|
||||
{
|
||||
return -9.6;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Factory for connected components.
|
||||
|
||||
Reference in New Issue
Block a user