mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
make AbstractCharacter just an abstract type
This commit is contained in:
parent
6f0087b8c7
commit
d7652c4e02
@ -4,7 +4,7 @@
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
abstract AbstractCharacter <: Function
|
||||
abstract AbstractCharacter
|
||||
|
||||
immutable PermCharacter <: AbstractCharacter
|
||||
p::Partition
|
||||
|
Loading…
Reference in New Issue
Block a user