diff options
| author | chenzizhan <[email protected]> | 2024-07-25 16:03:28 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-25 16:03:28 +0800 |
| commit | 1f7bb0b8efc928cb2a5b10940a0f2a2909c76729 (patch) | |
| tree | 1f7780d62793702f9eb3f06e535dd87fa812a7ee /src/cube.h | |
| parent | 67030d247ad9d97ce708ea980518beeca643e97e (diff) | |
small modifs
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ struct cube; struct cube_manager; struct cube *cube_new(const struct field *dimensions, size_t n_dimensions); -int cube_set_sampling_mode(struct cube *cube, enum sampling_mode mode, int max_n_cell, int primary_metric_id); +int cube_set_sampling(struct cube *cube, enum sampling_mode mode, int max_n_cell, int primary_metric_id); void cube_free(struct cube *cube); void cube_reset(struct cube *cube); struct cube *cube_copy(const struct cube *cube); |
