mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
formatting fix
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
8502cb01e8
commit
4838c4b4dd
1 changed files with 1 additions and 2 deletions
|
|
@ -187,8 +187,7 @@ class Mgxs {
|
|||
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; }
|
||||
const std::vector<XsData>& get_xsdata() const { return xs; }
|
||||
};
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue