@@ -121,9 +121,9 @@ constexpr int IdBitPR = 2;
121121constexpr int IdBitEL = 3 ;
122122constexpr int IdBitMU = 4 ;
123123constexpr int IdBitDE = 5 ;
124- constexpr int IdBitTR = 6 ;
125- constexpr int IdBitHE = 7 ;
126- constexpr int IdBitAL = 8 ;
124+ // constexpr int IdBitTR = 6;
125+ // constexpr int IdBitHE = 7;
126+ // constexpr int IdBitAL = 8;
127127
128128#define BIT_IS_K0S 0
129129#define BIT_IS_LAMBDA 1
@@ -158,13 +158,13 @@ static const double doublePowersOf10[] = {
158158 1e0 , 1e1 , 1e2 , 1e3 , 1e4 , 1e5 , 1e6 , 1e7 , 1e8 , 1e9 ,
159159 1e10 , 1e11 , 1e12 , 1e13 , 1e14 , 1e15 , 1e16 , 1e17 , 1e18 };
160160
161- static const int64_t intPowersOf10[] = {
162- 1LL , 10LL , 100LL , 1000LL , 10000LL , 100000LL , 1000000LL ,
163- 10000000LL , 100000000LL , 1000000000LL , 10000000000LL ,
164- 100000000000LL , 1000000000000LL , 10000000000000LL ,
165- 100000000000000LL , 1000000000000000LL ,
166- 10000000000000000LL , 100000000000000000LL ,
167- 1000000000000000000LL };
161+ // static const int64_t intPowersOf10[] = {
162+ // 1LL, 10LL, 100LL, 1000LL, 10000LL, 100000LL, 1000000LL,
163+ // 10000000LL, 100000000LL, 1000000000LL, 10000000000LL,
164+ // 100000000000LL, 1000000000000LL, 10000000000000LL,
165+ // 100000000000000LL, 1000000000000000LL,
166+ // 10000000000000000LL, 100000000000000000LL,
167+ // 1000000000000000000LL};
168168
169169template <typename T>
170170inline T getCfg (const auto & cfgLabelledArray, int32_t row, int32_t col)
0 commit comments