Home
last modified time | relevance | path

Searched refs:tng_file_headers_write (Results 1 – 8 of 8) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/tests/
H A Dtng_io_testing.c424 stat = tng_file_headers_write(traj, hash_mode); in tng_test_read_and_write_file()
614 if(tng_file_headers_write(*traj, hash_mode) == TNG_CRITICAL) in tng_test_write_and_read_traj()
1291 stat = tng_file_headers_write(traj, hash_mode); in tng_test_append()
H A Dmd_openmp.f194 call tng_file_headers_write(traj, TNG_USE_HASH)
H A Dmd_openmp.c166 tng_file_headers_write(traj, TNG_USE_HASH) == TNG_CRITICAL) in main()
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/include/tng/
H A Dtng_io.hpp775 return status = tng_file_headers_write(traj, hash_mode); in writeFileHeaders()
H A Dtng_io.h2515 tng_function_status DECLSPECDLLEXPORT tng_file_headers_write
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/lib/
H A Dtng_io_fortran.c695 return(tng_file_headers_write(tng_data, *hash_mode)); in tng_file_headers_write_()
H A Dtng_io.c11652 tng_function_status DECLSPECDLLEXPORT tng_file_headers_write in tng_file_headers_write() function
12249 tng_file_headers_write(tng_data, TNG_USE_HASH); in tng_frame_set_new()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtngio.cpp182 tng_file_headers_write(*tng, TNG_USE_HASH); in gmx_tng_open()