Removing position_rgb function.

This commit is contained in:
Patrick Shriwise 2019-03-17 19:27:47 -05:00
commit 2c598129da
2 changed files with 0 additions and 54 deletions

View file

@ -162,13 +162,6 @@ void draw_mesh_lines(Plot pl, ImageData& data);
//! \param[out] image data associated with the plot object
void output_ppm(Plot pl, const ImageData& data);
//! Get the rgb color for a given particle position in a plot
//! \param[in] particle with position for current pixel
//! \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);
//! Initialize a voxel file
//! \param[in] id of an open hdf5 file
//! \param[in] dimensions of the voxel file (dx, dy, dz)