diff options
Diffstat (limited to 'cacount.cpp')
-rw-r--r-- | cacount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacount.cpp b/cacount.cpp index 1437c66..61c8a67 100644 --- a/cacount.cpp +++ b/cacount.cpp @@ -19,7 +19,7 @@ using namespace std; using boost::optional; #ifndef BIT_WIDTH -#define BIT_WIDTH 30 +#define BIT_WIDTH 16 #endif typedef typename boost::uint_t<BIT_WIDTH + 1>::least State; |