underscore for xsdata class variables

This commit is contained in:
Gavin Ridley 2019-11-08 13:30:41 -05:00
parent b8d9ae0f8e
commit 2f879c8326
2 changed files with 34 additions and 33 deletions

View file

@ -22,8 +22,6 @@ namespace openmc {
class XsData {
private:
//! Number of energy and delayed neutron groups
size_t n_g, n_dg;
//! \brief Reads scattering data from the HDF5 file
void
@ -64,6 +62,9 @@ class XsData {
void
fission_matrix_no_delayed_from_hdf5(hid_t xsdata_grp, size_t n_ang);
//! Number of energy and delayed neutron groups
size_t n_g_, n_dg_;
public:
// The following quantities have the following dimensions: