mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update include/openmc/distribution_multi.h
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
714a001d80
commit
0c8e1852dd
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ public:
|
|||
Direction sample(uint64_t* seed) const;
|
||||
|
||||
// Observing pointers
|
||||
auto mu() const { return mu_.get(); }
|
||||
auto phi() const { return phi_.get(); }
|
||||
Distribution* mu() const { return mu_.get(); }
|
||||
Distribution* phi() const { return phi_.get(); }
|
||||
|
||||
private:
|
||||
UPtrDist mu_; //!< Distribution of polar angle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue