]> www.ginac.de Git - ginac.git/commitdiff
fixed typo
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 20 Aug 2003 22:16:05 +0000 (22:16 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 20 Aug 2003 22:16:05 +0000 (22:16 +0000)
ginac/hash_map.h

index 3673f69050868586e0acfe0212ad8eab0c277f25..027f1731d5d7e31433b01b63d1c525233f9c5a30 100644 (file)
@@ -83,7 +83,7 @@ class exhashmap;
 template <typename T, template <class> class A>
 class exhashmap {
 public:
-       static const unsigned min_num_buckets = 5; // must be prime
+       static const unsigned min_num_buckets = 31; // must be prime
 
        // Standard types
        typedef ex key_type;