We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e888c7d commit 3e839fbCopy full SHA for 3e839fb
libs/librrgraph/src/base/rr_graph_storage.cpp
@@ -182,7 +182,7 @@ bool t_rr_graph_storage::verify_first_edges() const {
182
183
void t_rr_graph_storage::init_fan_in() {
184
//Reset all fan-ins to zero
185
- edges_read_ = true;
+ node_fan_in_.clear();
186
node_fan_in_.resize(node_storage_.size(), 0);
187
node_fan_in_.shrink_to_fit();
188
//Walk the graph and increment fanin on all downstream nodes
0 commit comments