mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Enabling MCPL source files to be read when using surf_source_read (#3472)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
637e04a9ba
commit
659e43af7d
9 changed files with 187 additions and 59 deletions
|
|
@ -173,7 +173,7 @@ protected:
|
|||
SourceSite sample(uint64_t* seed) const override;
|
||||
|
||||
private:
|
||||
vector<SourceSite> sites_; //!< Source sites from a file
|
||||
vector<SourceSite> sites_; //!< Source sites
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue