chr1shr / voro

Voro++: a three-dimensional Voronoi cell library in C++
Other
154 stars 44 forks source link

zeo++/voro++ code vendoring #12

Closed ltalirz closed 3 years ago

ltalirz commented 3 years ago

from https://github.com/chr1shr/voro/issues/8#issuecomment-826656148

About the zeo/ subfolder in voro++: is that the predecessor to zeo++ ? Is this folder still maintained? I'm asking this because also zeo++ "vendors" voro++ (i.e. ships a copy of it) and it might be useful to disentangle the two repositories so that new features and bug fixes made in one place always propagate to the other (and vice versa).

chr1shr commented 3 years ago

This is a good point. Currently the zeo++ directory contains some of the test codes that I used for Zeo++ integration. It is not a full version of Zeo++ and never was. But it would indeed be good to separate these two repositories.

My student and I are getting ready to release a new version of Voro++, and I should speak to @mharanczyk about this.