diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-06 16:00:14 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-06 16:00:14 (GMT) |
commit | b5f303fbc9c65d963dae81364546f81cbc86f07c (patch) | |
tree | 227ff080485c92328559d362d806a0783eaf7611 /src | |
parent | 8fe357f71f6e82e55004871a2f33547e6646af4b (diff) |
Fixed comments to new API functions
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 2fde9ac..9077779 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -693,7 +693,7 @@ tng_function_status tng_frame_write_interval(tng_trajectory_t tng_data, int64_t start_frame_nr, int64_t end_frame_nr); -/* Read and retrieve non-particle data from the last read frame set. +/* Retrieve non-particle data from the last read frame set. tng_data is a trajectory data container. tng_data->input_file_path specifies which file to read from. If the file (input_file) is not open it will be opened. block_id is the id number of the data block to read. @@ -721,7 +721,7 @@ tng_function_status tng_data_interval_get(tng_trajectory_t tng_data, int64_t end_frame_nr, union data_values ***values); -/* Read and retrieve particle data, in a specific interval, from the last read frame set. +/* Retrieve particle data, from the last read frame set. tng_data is a trajectory data container. tng_data->input_file_path specifies which file to read from. If the file (input_file) is not open it will be opened. block_id is the id number of the particle data block to read. |