Merge branch 'master' into tests

This commit is contained in:
kalmar 2017-01-24 13:15:07 +01:00
commit e96ee72758
1 changed files with 1 additions and 0 deletions

View File

@ -100,5 +100,6 @@ function simplify_perms!(W::AutWord)
end
end
end
deleteat!(W.symbols, find(x -> x.pow == 0, W.symbols))
return reduced
end