Exposing C++ create_voxel, fixing indexing bug, and removing fortran implementation.

This commit is contained in:
Patrick Shriwise 2018-10-09 22:10:38 -05:00
parent a83ea14a86
commit 3fab6fdb2e
3 changed files with 21 additions and 145 deletions

View file

@ -78,6 +78,8 @@ void output_ppm(ObjectPlot* pl,
extern "C" void create_ppm(ObjectPlot* pl);
extern "C" void create_voxel(ObjectPlot *pl);
extern "C" void position_rgb(Particle* p, ObjectPlot* pl, int rgb[3], int &id);
extern "C" void voxel_init(hid_t file_id, const hsize_t* dims, hid_t* dspace,