mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Exposing C++ create_voxel, fixing indexing bug, and removing fortran implementation.
This commit is contained in:
parent
a83ea14a86
commit
3fab6fdb2e
3 changed files with 21 additions and 145 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue