mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
underscore for xsdata class variables
This commit is contained in:
parent
b8d9ae0f8e
commit
2f879c8326
2 changed files with 34 additions and 33 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue