mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-01 18:48:10 +02:00
Simplify 'remove' attribute of graph_node
This commit is contained in:
@@ -22,6 +22,7 @@ class graph_node:
|
||||
else:
|
||||
self.center = vector3d(center)
|
||||
self.neighbors = []
|
||||
self.remove = False
|
||||
|
||||
|
||||
def add_neighbor(self, other):
|
||||
|
||||
Reference in New Issue
Block a user