capitalized an i in Int
This commit is contained in:
@@ -2,7 +2,7 @@ include("PolyCube.jl")
|
|||||||
|
|
||||||
import JSON: json
|
import JSON: json
|
||||||
|
|
||||||
function main(maxsize::int)
|
function main(maxsize::Int)
|
||||||
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])
|
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])
|
||||||
|
|
||||||
todo = Vector{Coord}(undef, 0)
|
todo = Vector{Coord}(undef, 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user