diff options
Diffstat (limited to 'src/io/config.h')
| -rw-r--r-- | src/io/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/config.h b/src/io/config.h index 42a48be..5186c67 100644 --- a/src/io/config.h +++ b/src/io/config.h @@ -13,7 +13,7 @@ enum field_e { FIELD_PRIME, FIELD_BINARY }; enum format_e { FORMAT_JSON, FORMAT_CSV }; -enum points_e { POINTS_PRIME, POINTS_RANDOM, POINTS_NONE }; +enum points_e { POINTS_PRIME, POINTS_RANDOM, POINTS_ALL, POINTS_NONE }; struct points_s { enum points_e type; size_t amount; |
