mirror of
https://github.com/OpenSPG/openspg.git
synced 2026-01-05 20:02:06 +00:00
local rdg add vertex
This commit is contained in:
parent
5d36d6a07e
commit
abef67d493
@ -934,6 +934,7 @@ public class LocalRDG extends RDG<LocalRDG> {
|
||||
|
||||
// add to result list
|
||||
this.resultVertexSet.add(willAddedVertex);
|
||||
this.graphState.addVertex(willAddedVertex);
|
||||
count++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user