mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
remove OTF memory allocation from WMP
This commit is contained in:
parent
66d76429a8
commit
caecb84c38
2 changed files with 12 additions and 1 deletions
|
|
@ -70,6 +70,10 @@ public:
|
|||
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)
|
||||
xt::xtensor<bool, 1> broaden_poly_; //!< Whether to broaden curvefit
|
||||
|
||||
// Constant data
|
||||
static constexpr int MAX_POLY_COEFFICIENTS =
|
||||
10; //!< Max order of polynomial fit plus one
|
||||
};
|
||||
|
||||
//========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue