mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Restored init_alias and changed constructor definitions
This commit is contained in:
parent
d0e071be94
commit
ec5f0e54f4
2 changed files with 15 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ private:
|
|||
void normalize();
|
||||
|
||||
//! Initialize alias tables for distribution
|
||||
void init_alias();
|
||||
void init_alias(vector<double>& x, vector<double>& p);
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue