mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
add accessor of xsdata to mgxs
This commit is contained in:
parent
d62cc4105e
commit
8502cb01e8
1 changed files with 4 additions and 0 deletions
|
|
@ -185,6 +185,10 @@ class Mgxs {
|
|||
//! @param u Incoming particle direction.
|
||||
void
|
||||
set_angle_index(Direction u);
|
||||
|
||||
//! \brief Provide const access to list of XsData held by this
|
||||
std::vector<XsData> const&
|
||||
get_xsdata() const { return xs; }
|
||||
};
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue