formatting fix

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Gavin Ridley 2020-03-03 13:10:08 -05:00 committed by GitHub
parent 8502cb01e8
commit 4838c4b4dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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