removed erroneous function call

This commit is contained in:
Maxime Vorwerk
2023-09-25 04:03:06 +02:00
parent 1f84c982f6
commit b7e477f18e

View File

@@ -121,5 +121,3 @@ function sanitize(D::Dict{UInt, ImmutableOrientedPolycube}, size::Int64)
end end
return (size, data) return (size, data)
end end
main()