From 7359aee9fc678b1e900c51e369ffde9d555a56db Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 14 Jun 2013 10:36:26 +0200 Subject: set default bit-width to 16 Default value should be quick to see what the program does. 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::least State; -- cgit v0.10.1