We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea02f7 commit 7ba9049Copy full SHA for 7ba9049
qt/scientific_interfaces/Inelastic/BayesFitting/QuasiView.cpp
@@ -23,16 +23,6 @@
23
namespace {
24
static const std::string TAB_NAME = "Quasi";
25
26
-static const unsigned int NUM_DECIMALS = 6;
27
-static const unsigned int INT_DECIMALS = 0;
28
-
29
-struct BackgroundType {
30
- inline static const std::string SLOPING = "Sloping";
31
- inline static const std::string FLAT = "Flat";
32
- inline static const std::string ZERO = "Zero";
33
- inline static const std::string LINEAR = "Linear";
34
-};
35
36
struct PlotType {
37
inline static const std::string ALL = "All";
38
inline static const std::string AMPLITUDE = "Amplitude";
0 commit comments