remove old "read GAP output" function

This commit is contained in:
kalmar 2017-02-11 13:32:26 +01:00
parent 48b5878339
commit 9c10c2da76
1 changed files with 0 additions and 5 deletions

View File

@ -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))