diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-03-06 14:41:32 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-03-06 14:41:32 (GMT) |
commit | 00dc780c0724000def9feed7dbbb1130819b3c71 (patch) | |
tree | 91193d92cc3de11c234b6029820e70cdd1230e9e /include/tng_io.h | |
parent | 0a1fd9fd28a45a573fd42435cee50daaa23c8f16 (diff) |
Use residue number when searching for a residue in a chain.
Diffstat (limited to 'include/tng_io.h')
-rw-r--r-- | include/tng_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index caa4d63..1b07529 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -981,6 +981,7 @@ tng_function_status tng_chain_name_set(tng_trajectory_t tng_data, tng_function_status tng_chain_residue_find(tng_trajectory_t tng_data, tng_chain_t chain, const char *name, + int64_t id, tng_residue_t *residue); /** |