mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Use 0-based indexing for tally derivatives
This commit is contained in:
parent
9f6a7466e2
commit
fe6fba2954
5 changed files with 21 additions and 22 deletions
|
|
@ -39,7 +39,7 @@ public:
|
|||
int surface_filter_ {C_NONE};
|
||||
int mesh_filter_ {C_NONE};
|
||||
|
||||
int deriv_ {F90_NONE}; //!< Index of a TallyDerivative object for diff tallies.
|
||||
int deriv_ {C_NONE}; //!< Index of a TallyDerivative object for diff tallies.
|
||||
|
||||
private:
|
||||
std::vector<int32_t> filters_; //!< Filter indices in global filters array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue