From 11747947b1b5373beb6f208bec3ebd938499760a Mon Sep 17 00:00:00 2001 From: schillic Date: Tue, 12 Mar 2024 19:58:42 +0100 Subject: [PATCH] remove precompile statement --- src/IntervalMatrices.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IntervalMatrices.jl b/src/IntervalMatrices.jl index 93190a4a..20019fb3 100644 --- a/src/IntervalMatrices.jl +++ b/src/IntervalMatrices.jl @@ -1,4 +1,3 @@ -__precompile__(true) module IntervalMatrices using LinearAlgebra