From 7394ce41baf9b64fc442e77e34a5731a9131822c Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Mon, 25 Dec 2023 23:45:02 +0100 Subject: [PATCH] minor --- solve.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solve.jl b/solve.jl index 2377cce..53d0bc5 100644 --- a/solve.jl +++ b/solve.jl @@ -68,7 +68,7 @@ end R = random_system(3, 5) println("System: ", R) -(G, roots)=start_system(F) +(G, roots)=start_system(R) println("Number of roots: ", length(roots)) # Parallel execution