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 0795da6 commit 2be1bd8Copy full SHA for 2be1bd8
src/odb/include/odb/isotropy.h
@@ -87,7 +87,7 @@ class Orientation2D
87
Orientation2D& operator=(const Orientation2D& other) = default;
88
89
constexpr operator Value() const { return static_cast<Value>(value_); }
90
- Value value() const { return static_cast<Value>(value_); } // for swig
+ Value value() const { return static_cast<Value>(value_); } // for swig
91
92
// [Horizontal -> Vertical] [Vertical -> Horizontal]
93
Orientation2D turn_90() const { return Value(value_ ^ 1); }
0 commit comments