Fix change adj matrix and remove vertex.

This commit is contained in:
Unick Soft
2018-11-17 22:28:16 +02:00
parent 9ffa9f0571
commit 1dea43bbcf
2 changed files with 13 additions and 8 deletions

View File

@@ -678,7 +678,7 @@ Application.prototype.TestAdjacencyMatrix = function (matrix, rowsObj, colsObj,
Application.prototype.SetAdjacencyMatrix = function (matrix, separator = ",")
{
var res = true;
var r = {};
var r = {};
var c = {};
if (!this.TestAdjacencyMatrix(matrix, r, c, separator))
{