mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add default constructor for VolumeCalculation. Refs #2398
This commit is contained in:
parent
ed02703f4b
commit
f0aa0ab3f2
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ public:
|
|||
// Constructors
|
||||
VolumeCalculation(pugi::xml_node node);
|
||||
|
||||
VolumeCalculation() {}
|
||||
|
||||
// Methods
|
||||
|
||||
//! \brief Stochastically determine the volume of a set of domains along with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue