diff --git a/include/openmc/mgxs.h b/include/openmc/mgxs.h index e5221825b..f9c4722e9 100644 --- a/include/openmc/mgxs.h +++ b/include/openmc/mgxs.h @@ -187,8 +187,7 @@ class Mgxs { set_angle_index(Direction u); //! \brief Provide const access to list of XsData held by this - std::vector const& - get_xsdata() const { return xs; } + const std::vector& get_xsdata() const { return xs; } }; } // namespace openmc