mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fix typo
This commit is contained in:
parent
d45583ed19
commit
9d0649d1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
double sample(uint64_t* seed) const;
|
||||
|
||||
double a() const { return a_; }
|
||||
double b() const { return a_; }
|
||||
double b() const { return b_; }
|
||||
private:
|
||||
double a_; //!< Lower bound of distribution
|
||||
double b_; //!< Upper bound of distribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue