Skip to content

Commit 458faab

Browse files
authored
Merge pull request #102 from alibuild/alibot-cleanup-14454
2 parents 7383539 + d148632 commit 458faab

File tree

3 files changed

+104
-109
lines changed

3 files changed

+104
-109
lines changed

Framework/Core/include/Framework/BasicOps.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ static constexpr std::array<std::string_view, BasicOp::Conditional + 1> mapping{
8181
"nabs",
8282
"nround",
8383
"nbitwise_not",
84-
"ifnode"
85-
};
84+
"ifnode"};
8685

8786
static constexpr std::array<std::string_view, 9> mathConstants{
8887
"Almost0",
@@ -93,8 +92,7 @@ static constexpr std::array<std::string_view, 9> mathConstants{
9392
"TwoPI",
9493
"PIHalf",
9594
"PIThird",
96-
"PIQuarter"
97-
};
95+
"PIQuarter"};
9896

9997
static constexpr std::array<float, 9> mathConstantsValues{
10098
o2::constants::math::Almost0,
@@ -105,8 +103,7 @@ static constexpr std::array<float, 9> mathConstantsValues{
105103
o2::constants::math::TwoPI,
106104
o2::constants::math::PIHalf,
107105
o2::constants::math::PIThird,
108-
o2::constants::math::PIQuarter
109-
};
106+
o2::constants::math::PIQuarter};
110107
} // namespace o2::framework
111108

112109
#endif // O2_FRAMEWORK_BASICOPS_H_

0 commit comments

Comments
 (0)