Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2021-01-17 03:00:15 -05:00
commit 46394b2000
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
1.5.162
1.5.163

View File

@ -192,9 +192,8 @@ struct Permutation {
struct Permutation *next;
};
#define OBJHASHSIZE 997 /* the size of the object and instance hash lists */
#define OBJHASHSIZE 42073 /* the size of the object and instance hash lists */
/* prime numbers are good choices as hash sizes */
/* 101 is a good number for IBMPC */
/* cell definition for hash table */
/* NOTE: "file" must come first for the hash matching by name and file */