Store sites from source file in SourceDistribution

This commit is contained in:
Paul Romano 2020-10-15 16:41:13 -05:00
parent 5b81083742
commit 8f71ed2a1d
6 changed files with 58 additions and 49 deletions

View file

@ -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 {