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 399762c commit 864bfbaCopy full SHA for 864bfba
src/core/cone_metric.hh
@@ -186,7 +186,7 @@ public:
186
/// Determine how many flips have been performed since the metric was initialized
187
///
188
/// @return number of flips
189
- int num_flips() { return m_flip_seq.size(); };
+ int num_flips() const { return m_flip_seq.size(); };
190
191
/// Get the full sequence of flips that have been performed since the metric was initialized
192
0 commit comments