summaryrefslogtreecommitdiff
path: root/src/tests/tng_io_read_pos.c
AgeCommit message (Collapse)Author
2014-07-17Rewrite of file i/o.Magnus Lundborg
Do not read and write data blocks in whole chunks. Read and write value by value and do the md5 summing in steps. This hopefully avoids memory alignment problems reported on ARM architectures. Fixed a bug freeing trajectory mapping memory. Change-Id: I3438b3d3faf5349dcd477a31cfb4bacf236ed582
2014-06-26Version 1.6 of the TNG library.Magnus Lundborg
Added functions to get the version of the header and the library. Improved version control of the library using CMake config and version files. Changed tng_util_frame_current_compression_get() return type to double before the API is widely circulated (no release has been made since that function was added). Compiling compression functions into the tng_io library. Uses BuildTNG.cmake instead of including add_subdirectories. Change-Id: I5e4818736fb2632c06ca7df8e84ce9544bf2acaf
2014-06-16Added project and API versions to CMakeLists.txt.Rossen Apostolov
TNG_VERSION was renamed to TNG_API_VERSION which is configured through API_VERSION in CMakeLists.txt. Updated the header to 2014. Change-Id: I6a37825cd1d236927ac0e21a797abc4e98f7ce59
2014-01-14Use relative paths for includes.Magnus Lundborg
2013-11-04Changed from LGPL 2.1 license to the Revised BSD license.Magnus Lundborg
2013-10-17Include inttypes.hMagnus Lundborg
2013-10-15Specifically typed min and max functions.Magnus Lundborg
Explicitly compare signed and unsigned in many places to avoid warnings.
2013-10-15Changed signature of tng_util_*_with_time_write to use double.Magnus Lundborg
Minor fixes.
2013-10-14Fix includes.Magnus Lundborg
2013-08-22Submit char instead of tng_data_type from examples.Magnus Lundborg
2013-04-18Add tng_num_frames_get() to get the number of frames in the trajectory. ↵Magnus Lundborg
Added to reading example as well.
2013-01-30Fix bug in chain_name_of_particle_getMagnus Lundborg
2013-01-21Include licence info.Magnus Lundborg
2013-01-14Added functions to get residue and chain names from atom number.Magnus Lundborg
2013-01-14Added functions to get atom names and molecule names from atom number. Fixed ↵Magnus Lundborg
minor bugs. Fixed compiler warnings.
2013-01-11Changed if statementMagnus Lundborg
2013-01-11Fix frame indexing bugMagnus Lundborg
2013-01-11Added comments to static functions. Minor comments. Changed some function ↵Magnus Lundborg
parameters to be more consequent.
2013-01-10Added fortran version of md example (not working fully yet). Added an ↵Magnus Lundborg
example for getting positions from file. Minor fixes.
contact: Jan Huwald // Impressum