mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
rename variable for clarity; re-add volume normalization
This commit is contained in:
parent
ee6975767d
commit
db92a64ec9
2 changed files with 10 additions and 3 deletions
|
|
@ -114,7 +114,7 @@ public:
|
|||
|
||||
private:
|
||||
int32_t mesh_idx_ {C_NONE};
|
||||
UPtrDist elem_idx_; //!< Distribution of mesh element indices
|
||||
UPtrDist elem_idx_dist_; //!< Distribution of mesh element indices
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue