mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
add default empty consructor
This commit is contained in:
parent
c272ed4c4e
commit
fb4845494f
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ UPtrDist distribution_from_xml(pugi::xml_node node);
|
|||
|
||||
class DiscreteIndex {
|
||||
public:
|
||||
explicit DiscreteIndex(pugi::xml_node node);
|
||||
DiscreteIndex() {};
|
||||
DiscreteIndex(pugi::xml_node node);
|
||||
DiscreteIndex(const double* p, int n);
|
||||
|
||||
void assign(const double* p, int n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue