mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-04 23:06:07 +00:00
Changed algorithm order
This commit is contained in:
@@ -180,7 +180,7 @@ FloidAlgorithm.prototype.changedType = function()
|
||||
|
||||
FloidAlgorithm.prototype.getPriority = function()
|
||||
{
|
||||
return -9.5;
|
||||
return 0;
|
||||
}
|
||||
|
||||
FloidAlgorithm.prototype.removeAllEdges = function()
|
||||
|
||||
Reference in New Issue
Block a user