mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-25 02:05:30 +01:00
cosmetics
This commit is contained in:
parent
038ece45c5
commit
34f93e0a6e
@ -229,9 +229,9 @@ function findnext(W::GWord, Z::GWord, i::Integer)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function replace!(W::GWord, index, toreplace::GWord, replacement::GWord; asserts=true)
|
function replace!(W::GWord, index, toreplace::GWord, replacement::GWord; check=true)
|
||||||
n = length(toreplace.symbols)
|
n = length(toreplace.symbols)
|
||||||
if asserts
|
if check
|
||||||
@assert is_subsymbol(toreplace.symbols[1], W.symbols[index])
|
@assert is_subsymbol(toreplace.symbols[1], W.symbols[index])
|
||||||
@assert W.symbols[index+1:index+n-2] == toreplace.symbols[2:end-1]
|
@assert W.symbols[index+1:index+n-2] == toreplace.symbols[2:end-1]
|
||||||
@assert is_subsymbol(toreplace.symbols[end], W.symbols[index+n-1])
|
@assert is_subsymbol(toreplace.symbols[end], W.symbols[index+n-1])
|
||||||
|
Loading…
Reference in New Issue
Block a user