mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-13 22:05:27 +01:00
remove old "read GAP output" function
This commit is contained in:
parent
48b5878339
commit
9c10c2da76
@ -13,11 +13,6 @@ function products{T}(U::AbstractVector{T}, V::AbstractVector{T})
|
||||
end
|
||||
|
||||
|
||||
function read_GAP_raw_list(filename)
|
||||
return eval(parse(String(read(filename))))
|
||||
end
|
||||
|
||||
|
||||
function create_product_matrix(basis::Array{Array{Float64,2},1}, limit)
|
||||
|
||||
product_matrix = zeros(Int, (limit,limit))
|
||||
|
Loading…
Reference in New Issue
Block a user