mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
storage num increased
This commit is contained in:
parent
b51005043c
commit
fb7b97543a
|
@ -8,7 +8,7 @@ constexpr double Ezero = 1E-3; // lowest E to calculate, below taken as 0
|
||||||
constexpr double logEmin = -3; // log of minimum energy
|
constexpr double logEmin = -3; // log of minimum energy
|
||||||
constexpr double logEmax = 5.0; // log of max energy
|
constexpr double logEmax = 5.0; // log of max energy
|
||||||
constexpr int max_datapoints = 500; // how many datapoints between logEmin and logEmax
|
constexpr int max_datapoints = 500; // how many datapoints between logEmin and logEmax
|
||||||
constexpr int max_storage_data = 50; // number of datapoints which can be stored in cache
|
constexpr int max_storage_data = 100; // number of datapoints which can be stored in cache
|
||||||
constexpr double numeric_epsilon = std::numeric_limits<double>::epsilon();
|
constexpr double numeric_epsilon = std::numeric_limits<double>::epsilon();
|
||||||
|
|
||||||
/// required integration precision (relative units)
|
/// required integration precision (relative units)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user