capitalized an i in Int

This commit is contained in:
=
2024-02-08 12:07:47 +01:00
parent 56a84b0265
commit ea2702c614

View File

@@ -2,7 +2,7 @@ include("PolyCube.jl")
import JSON: json
function main(maxsize::int)
function main(maxsize::Int)
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])
todo = Vector{Coord}(undef, 0)