mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Update include/openmc/distribution_spatial.h
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
5e614afe0f
commit
cfeb14252d
1 changed files with 3 additions and 3 deletions
|
|
@ -34,9 +34,9 @@ public:
|
|||
Position sample(uint64_t* seed) const;
|
||||
|
||||
// Observer pointers
|
||||
auto x() const { return x_.get(); }
|
||||
auto y() const { return x_.get(); }
|
||||
auto z() const { return x_.get(); }
|
||||
Distribution* x() const { return x_.get(); }
|
||||
Distribution* y() const { return x_.get(); }
|
||||
Distribution* z() const { return x_.get(); }
|
||||
private:
|
||||
UPtrDist x_; //!< Distribution of x coordinates
|
||||
UPtrDist y_; //!< Distribution of y coordinates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue