Removing particle pointers. Updating omp block.

This commit is contained in:
Patrick Shriwise 2018-10-30 10:47:18 -05:00
parent d5d655383f
commit c05a3e455b
2 changed files with 37 additions and 38 deletions

View file

@ -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