pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
202 stars 16 forks source link

Fixed dtype in triangle array #11

Closed FedeMiorelli closed 4 years ago

FedeMiorelli commented 4 years ago

Fixed missing definition of datatype for trangles array. This causes an error with pyvista 0.25.3 (used to work with 0.24)