From f33ddbeeddd170695f3f5c50f6b7d63f0621d8f6 Mon Sep 17 00:00:00 2001 From: Atiyah Date: Fri, 2 Dec 2022 10:31:19 +0000 Subject: [PATCH] Utilities is not needed any more --- mainHelpers.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainHelpers.jl b/mainHelpers.jl index 2ed5549..41b4407 100644 --- a/mainHelpers.jl +++ b/mainHelpers.jl @@ -1,4 +1,4 @@ -using Utilities +#using Utilities include("analysis.jl")