Skip to content

Commit

Permalink
cross2gen_helper takes delta argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mbudisic committed Jan 9, 2015
1 parent 02783b2 commit b89b285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +braidlab/@braid/colorbraiding.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

%% C++ version of the algorithm
Nthreads = getAvailableThreadNumber(); % defined at the end
[gen,tcr] = cross2gen_helper(XYtraj,t,Nthreads);
[gen,tcr] = cross2gen_helper(XYtraj,t,delta,Nthreads);

catch me
if isempty( regexpi(me.identifier, 'BRAIDLAB:NOMEX') )
Expand Down

0 comments on commit b89b285

Please sign in to comment.