Use 0-based indexing for tally derivatives

This commit is contained in:
Sterling Harper 2019-01-26 14:03:30 -05:00
parent 9f6a7466e2
commit fe6fba2954
5 changed files with 21 additions and 22 deletions

View file

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