mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #2399 from aprilnovak/default-c
Add default constructor for VolumeCalculation
This commit is contained in:
commit
b44225b3d5
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ public:
|
|||
// Constructors
|
||||
VolumeCalculation(pugi::xml_node node);
|
||||
|
||||
VolumeCalculation() = default;
|
||||
|
||||
// Methods
|
||||
|
||||
//! \brief Stochastically determine the volume of a set of domains along with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue