renamed oriented_difference to ...differences

This commit is contained in:
=
2024-02-08 11:38:13 +01:00
parent 843e9960a0
commit 5004b50978

View File

@@ -7,7 +7,7 @@ import XXhash: xxh3_64
# location data and work only on the differences
struct PolyCube
cubes::Vector{Coord}
oriented_difference::Vector{Vector{Coord}}
oriented_differences::Vector{Vector{Coord}}
last_added::Vector{Coord}
end