mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-04 14:56:16 +00:00
Fix change adj matrix and remove vertex.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user