summaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-07-25 16:03:28 +0800
committerchenzizhan <[email protected]>2024-07-25 16:03:28 +0800
commit1f7bb0b8efc928cb2a5b10940a0f2a2909c76729 (patch)
tree1f7780d62793702f9eb3f06e535dd87fa812a7ee /src/cube.h
parent67030d247ad9d97ce708ea980518beeca643e97e (diff)
small modifs
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cube.h b/src/cube.h
index f3c1d3c..1134aa6 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -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);