setup structure for rewrite
This commit is contained in:
10
julia_old/ImmutableOrientedPolyCube.jl
Normal file
10
julia_old/ImmutableOrientedPolyCube.jl
Normal file
@@ -0,0 +1,10 @@
|
||||
using XXhash
|
||||
|
||||
struct ImmutableOrientedPolycube
|
||||
cubes::Vector{Tuple{Int64, Int64, Int64}}
|
||||
hash::UInt
|
||||
end
|
||||
|
||||
function getImmutableOrientedPolycube(S::Polycube)
|
||||
shape = ImmutableOrientedPolycube(S.orderedLists[1], hashList(S.orderedLists[1]))
|
||||
end
|
||||
Reference in New Issue
Block a user