From cb3b4b6b496578518dc75b7a6f6a77a61503ea2a Mon Sep 17 00:00:00 2001 From: kalmar Date: Mon, 13 Mar 2017 11:46:25 +0100 Subject: [PATCH] Includes & uses --- SL3Z.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SL3Z.jl b/SL3Z.jl index 7b039ae..c7a8680 100644 --- a/SL3Z.jl +++ b/SL3Z.jl @@ -119,6 +119,9 @@ end +@everywhere push!(LOAD_PATH, "./") +using GroupAlgebras +include("property(T).jl")