mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Update include/openmc/distribution_spatial.h
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
23c20d5ac4
commit
714a001d80
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public:
|
|||
//! \return Sampled position
|
||||
Position sample(uint64_t* seed) const;
|
||||
|
||||
auto r() const { return r_; }
|
||||
Position r() const { return r_; }
|
||||
private:
|
||||
Position r_; //!< Single position at which sites are generated
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue