mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Clone material. Refs #2442
This commit is contained in:
parent
3068d0cbbb
commit
e41ae3604e
2 changed files with 34 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ public:
|
|||
void set_densities(
|
||||
const vector<std::string>& name, const vector<double>& density);
|
||||
|
||||
//! Clone the material by deep-copying all members
|
||||
void clone();
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Accessors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue