cc7768 / CHull2d.jl

Variety of algorithms for taking the convex hull of 2 dimensional sets of points
MIT License
6 stars 2 forks source link

Need to change module name to match package definition name #2

Closed philipbarrett closed 8 years ago

philipbarrett commented 8 years ago

Chase - Changing the name of src/CHull2D.jl to src/CHull2d.jl is a good move, but you also need to change the module definition line to reflect this. LIne 16 of this file should now read module CHull2d, otherwise users get an error. Thanks!

cc7768 commented 8 years ago

Doh -- Thanks for this. I have it changed locally on one of my machines (who knows which one), but I should have this changed in repo as well.

cc7768 commented 8 years ago

Let me know if that doesn't fix it.