aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp
index d4313ba..99ed1ee 100644
--- a/chilbert/FixBitVec.hpp
+++ b/chilbert/FixBitVec.hpp
@@ -267,7 +267,7 @@ public:
const Rack* racks() const { return &m_rack; }
/// Return the number of racks
- int rackCount() const { return 1; }
+ int num_racks() const { return 1; }
template <class BitVec>
class iterator_base : public Mask