1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

make AbstractCharacter just an abstract type

This commit is contained in:
kalmarek 2017-11-08 15:38:51 +01:00
parent 6f0087b8c7
commit d7652c4e02

View File

@ -4,7 +4,7 @@
#
###############################################################################
abstract AbstractCharacter <: Function
abstract AbstractCharacter
immutable PermCharacter <: AbstractCharacter
p::Partition