From b7e477f18e3f586b6c21eeb382935c123bbd42ff Mon Sep 17 00:00:00 2001 From: Maxime Vorwerk Date: Mon, 25 Sep 2023 04:03:06 +0200 Subject: [PATCH] removed erroneous function call --- julia/PolycubeCounting.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/julia/PolycubeCounting.jl b/julia/PolycubeCounting.jl index 03633b6..902f32b 100644 --- a/julia/PolycubeCounting.jl +++ b/julia/PolycubeCounting.jl @@ -121,5 +121,3 @@ function sanitize(D::Dict{UInt, ImmutableOrientedPolycube}, size::Int64) end return (size, data) end - -main()