Skip to content

Commit

Permalink
Merge branch 'release-3.0.1-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanluct committed Dec 16, 2014
2 parents 5beccd3 + 092a125 commit a7aca60
Show file tree
Hide file tree
Showing 24 changed files with 1,667 additions and 548 deletions.
8 changes: 4 additions & 4 deletions +braidlab/@braid/braid.m
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
' Instead use matrix of loop.coords. ' ...
'Try ''help loop.loop''.'])
end
if b1.n > b2.totaln
error('BRAIDLAB:braid:mtimes:badgen', ...
'Braid has too many strings for the loop.')
end
if b2.basepoint
p = b1.perm;
p = [p (length(p)+1):b2.totaln];
Expand All @@ -375,10 +379,6 @@
'Braid cannot move the basepoint.')
end
end
if b1.n > b2.n
error('BRAIDLAB:braid:mtimes:badgen', ...
'Braid has too many strings for the loop.')
end
[varargout{1:nargout}] = loopsigma(b1.word,b2.coords);
varargout{1} = braidlab.loop(varargout{1},'bp',b2.basepoint);
if nargout > 1
Expand Down
215 changes: 0 additions & 215 deletions +braidlab/@braid/private/find_reducing_curves.m

This file was deleted.

Loading

0 comments on commit a7aca60

Please sign in to comment.