diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rodeo_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rodeo_config.h b/include/rodeo_config.h index 247a0b2..f417ac0 100644 --- a/include/rodeo_config.h +++ b/include/rodeo_config.h @@ -2,3 +2,7 @@ #ifndef mrodeo_vertex_size_max #define mrodeo_vertex_size_max 8192 #endif + +#ifndef mrodeo_index_size_max + #define mrodeo_index_size_max ((mrodeo_vertex_size_max / 4) * 6) +#endif |
