mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-22 14:07:07 +02:00
Merge branch 'master' into netgen-1.5
This commit is contained in:
+1
-2
@@ -192,9 +192,8 @@ struct Permutation {
|
|||||||
struct Permutation *next;
|
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 */
|
/* prime numbers are good choices as hash sizes */
|
||||||
/* 101 is a good number for IBMPC */
|
|
||||||
|
|
||||||
/* cell definition for hash table */
|
/* cell definition for hash table */
|
||||||
/* NOTE: "file" must come first for the hash matching by name and file */
|
/* NOTE: "file" must come first for the hash matching by name and file */
|
||||||
|
|||||||
Reference in New Issue
Block a user