summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tng_io.h2
-rw-r--r--src/lib/tng_io.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/tng_io.h b/include/tng_io.h
index bca3978..a63d229 100644
--- a/include/tng_io.h
+++ b/include/tng_io.h
@@ -2724,7 +2724,7 @@ tng_function_status DECLSPECDLLEXPORT tng_data_block_dependency_get
tng_function_status DECLSPECDLLEXPORT tng_data_block_num_values_per_frame_get
(tng_trajectory_t tng_data,
int64_t block_id,
- int *n_values_per_frame);
+ int64_t *n_values_per_frame);
/**
* @brief Write data of one trajectory frame to the output_file of tng_data.
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c
index fa6d94a..9866a80 100644
--- a/src/lib/tng_io.c
+++ b/src/lib/tng_io.c
@@ -12927,7 +12927,7 @@ tng_function_status DECLSPECDLLEXPORT tng_data_block_dependency_get
tng_function_status DECLSPECDLLEXPORT tng_data_block_num_values_per_frame_get
(tng_trajectory_t tng_data,
int64_t block_id,
- int *n_values_per_frame)
+ int64_t *n_values_per_frame)
{
int64_t i;
tng_function_status stat;
contact: Jan Huwald // Impressum