From: Christian Bauer Date: Wed, 20 Aug 2003 22:16:05 +0000 (+0000) Subject: fixed typo X-Git-Tag: release_1-1-3~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=921b50de0632a21902f178d3bce77af3297ae417;p=ginac.git fixed typo --- diff --git a/ginac/hash_map.h b/ginac/hash_map.h index 3673f690..027f1731 100644 --- a/ginac/hash_map.h +++ b/ginac/hash_map.h @@ -83,7 +83,7 @@ class exhashmap; template 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;