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/fieldstat.c | |
| parent | 67030d247ad9d97ce708ea980518beeca643e97e (diff) | |
small modifs
Diffstat (limited to 'src/fieldstat.c')
| -rw-r--r-- | src/fieldstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldstat.c b/src/fieldstat.c index 0896e0f..555aa1d 100644 --- a/src/fieldstat.c +++ b/src/fieldstat.c @@ -79,7 +79,7 @@ int fieldstat_cube_set_sampling(struct fieldstat *instance, int cube_id, enum sa return FS_ERR_INVALID_CUBE_ID; } - return cube_set_sampling_mode(cube, mode, max_n_cell, primary_metric_id); + return cube_set_sampling(cube, mode, max_n_cell, primary_metric_id); } int fieldstat_cube_create(struct fieldstat *instance, const struct field *cube_dimensions, size_t n_dimension) |
