gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge
0 1 0
merge default
1 file changed with 3 insertions and 1 deletions:
↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -307,3 +307,5 @@
307 307
      nodes[n._id].first_out=-1;
308
      for(int i=nodes[b._id].first_out;i!=-1;i++) arcs[i].source=b._id;
308
      for(int i=nodes[b._id].first_out; i!=-1; i=arcs[i].next_out) {
309
        arcs[i].source=b._id;
310
      }
309 311
      if(connect) addArc(n,b);
0 comments (0 inline)