LLNL / MemSurfer

MemSurfer is a software tool to compute bilayer membrane surfaces.
GNU General Public License v3.0
24 stars 9 forks source link

fix in periodic delaunay #17

Closed bhatiaharsh closed 2 years ago

bhatiaharsh commented 2 years ago

bugfix in delauny computation where vertex ids were not being propagated correctly as vertexhandler->info(). redid the insertion into delaunay using directly a vector of pairs.