mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-03 01:46:28 +01:00
fix merging master
This commit is contained in:
parent
c18e2156b5
commit
03b7590faa
@ -4,7 +4,27 @@
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
struct AutSymbol <: GSymbol
|
||||
immutable RTransvect
|
||||
i::Int
|
||||
j::Int
|
||||
end
|
||||
|
||||
immutable LTransvect
|
||||
i::Int
|
||||
j::Int
|
||||
end
|
||||
|
||||
immutable FlipAut
|
||||
i::Int
|
||||
end
|
||||
|
||||
immutable PermAut
|
||||
p::Nemo.Generic.perm
|
||||
end
|
||||
|
||||
immutable Identity end
|
||||
|
||||
immutable AutSymbol <: GSymbol
|
||||
str::String
|
||||
pow::Int
|
||||
typ::Union{RTransvect, LTransvect, FlipAut, PermAut, Identity}
|
||||
|
Loading…
Reference in New Issue
Block a user