Skip to content

Commit

Permalink
more flexible copy
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 24, 2014
1 parent 4609250 commit 925c7f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/001 undirected/offline/algo/util/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ var copy_t = function(){


g.vitr(function(v){
v.copy = h.vadd(v);
v.copy = h.vadd();
v.copy.src = v;
});

g.aeitr(function(_, u, v, w){
Expand Down

0 comments on commit 925c7f9

Please sign in to comment.