mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removing particle pointers. Updating omp block.
This commit is contained in:
parent
d5d655383f
commit
c05a3e455b
2 changed files with 37 additions and 38 deletions
|
|
@ -118,8 +118,7 @@ void output_ppm(Plot pl,
|
|||
//! \param[in] plot object
|
||||
//! \param[out] rgb color
|
||||
//! \param[out] cell or material id for particle position
|
||||
void position_rgb(Particle* p, Plot pl, RGBColor &rgb, int &id);
|
||||
|
||||
void position_rgb(Particle p, Plot pl, RGBColor &rgb, int &id);
|
||||
|
||||
//! Initialize a voxel file
|
||||
//! \param[in] id of an open hdf5 file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue