ReScience-Archives / Rougier-2017

Weighted Voronoi Stippling, ReScience 3(4), 2017
67 stars 21 forks source link

Remove accidental use of global variable #1

Closed jvamvas closed 5 years ago

jvamvas commented 5 years ago

stipple.initialization only works if called from the main function. This is due to an accidental use of a global variable defined in the main function. This pull request fixes the problem.

rougier commented 5 years ago

Thanks!