mhwombat / grid

Tools for working with regular grids/graphs/lattices.
Other
106 stars 12 forks source link

UnboundedHexGrid doesn't export constructor #10

Closed mpickering closed 9 years ago

mpickering commented 9 years ago

There is currently no way to construct an UnboundedHexGrid.

Once this change is made, it's still impossible to use UnboundedHexGrid with GridMap as indices is undefined. Maybe it would make more sense to have two type classes Grid g and Grid g => FiniteGrid g.

mhwombat commented 9 years ago

I've created a separate issue for your second point, as I may need a little time to think.

mhwombat commented 9 years ago

Fixed in v7.6.10.