mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Minor optimizations for WindowedMultipole
This commit is contained in:
parent
c704ae5ac1
commit
425de8943f
4 changed files with 16 additions and 14 deletions
|
|
@ -65,7 +65,7 @@ public:
|
|||
double sqrt_awr_; //!< Square root of atomic weight ratio
|
||||
double E_min_; //!< Minimum energy in [eV]
|
||||
double E_max_; //!< Maximum energy in [eV]
|
||||
double spacing_; //!< Spacing in sqrt(E) space
|
||||
double inv_spacing_; //!< 1 / spacing in sqrt(E) space
|
||||
int fit_order_; //!< Order of the fit
|
||||
xt::xtensor<int, 2> windows_; //!< Indices of pole at start/end of window
|
||||
xt::xtensor<double, 3> curvefit_; //!< Fitting function (reaction, coeff index, window index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue