mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Store sites from source file in SourceDistribution
This commit is contained in:
parent
5b81083742
commit
8f71ed2a1d
6 changed files with 58 additions and 49 deletions
|
|
@ -57,6 +57,7 @@ private:
|
|||
UPtrSpace space_; //!< Spatial distribution
|
||||
UPtrAngle angle_; //!< Angular distribution
|
||||
UPtrDist energy_; //!< Energy distribution
|
||||
std::vector<Particle::Bank> sites_; //!< Source sites from a file
|
||||
};
|
||||
|
||||
class CustomSource {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue