mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
partially done with refactoring
This commit is contained in:
parent
0ebfae4ef5
commit
5502f38580
31 changed files with 301 additions and 256 deletions
|
|
@ -285,7 +285,7 @@ void create_voxel(Plot pl);
|
|||
|
||||
//! Create a randomly generated RGB color
|
||||
//! \return RGBColor with random value
|
||||
RGBColor random_color();
|
||||
RGBColor random_color(uint64_t * prn_seeds, int stream);
|
||||
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue