From 31a27ad84fa8a94f9583f0bfc91eb2c9ecb77142 Mon Sep 17 00:00:00 2001 From: schillic Date: Tue, 12 Mar 2024 19:56:42 +0100 Subject: [PATCH] remove precompile statement --- src/MathematicalSystems.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MathematicalSystems.jl b/src/MathematicalSystems.jl index d0a6c331..50633f9d 100644 --- a/src/MathematicalSystems.jl +++ b/src/MathematicalSystems.jl @@ -1,4 +1,3 @@ -__precompile__(true) module MathematicalSystems using LinearAlgebra, SparseArrays