mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update include/openmc/source.h
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
e8247b2476
commit
aa47f443dd
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ public:
|
|||
double strength() const { return strength_; }
|
||||
|
||||
// Make observing pointers available
|
||||
auto space() const { return space_.get(); }
|
||||
auto angle() const { return angle_.get(); }
|
||||
auto energy() const { return energy_.get(); }
|
||||
SpatialDistribution* space() const { return space_.get(); }
|
||||
UnitSphereDistribution* angle() const { return angle_.get(); }
|
||||
Distribution* energy() const { return energy_.get(); }
|
||||
|
||||
private:
|
||||
Particle::Type particle_ {Particle::Type::neutron}; //!< Type of particle emitted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue