JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Import syntax is incompatible with julia 0.5 #22

Closed swt30 closed 7 years ago

swt30 commented 7 years ago

import Base.! no longer works in julia 0.5 because .! now parses as a call to broadcast, or something along those lines.

swt30 commented 7 years ago

Oops, put this in the wrong repo, sorry about that