From 9c10c2da76e21ff4f3adb21d781d57dbeb3cc838 Mon Sep 17 00:00:00 2001 From: kalmar Date: Sat, 11 Feb 2017 13:32:26 +0100 Subject: [PATCH] remove old "read GAP output" function --- property(T).jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/property(T).jl b/property(T).jl index 8388e5c..a228b9a 100644 --- a/property(T).jl +++ b/property(T).jl @@ -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))