*** empty log message ***

This commit is contained in:
fc_botelho
2008-04-12 06:17:21 +00:00
parent 06e31d97f4
commit e882574526
39 changed files with 359 additions and 336 deletions

View File

@@ -6,7 +6,7 @@
struct __hashtree_data_t
{
cmph_uint32 m; //edges (words) count
cmph_float32 c; //constant c
double c; //constant c
cmph_uint8 *size; //size[i] stores the number of edges represented by g[i]
cmph_uint32 **g;
cmph_uint32 k; //number of components