diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-14 10:09:46 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-14 10:09:46 (GMT) |
commit | 814d77fc4247cb6cdaa7c7cb9b784ab454da35e4 (patch) | |
tree | 48c5faeecd9cf217425ff2063ddc004724df156e /include | |
parent | 4e77af15c632b2fcff2ce2ba5914c5e4b2539b05 (diff) |
Disabled tng_util_trajectory_molecule_add() again.
More fixes to tng_implicit_num_particles_set().
Diffstat (limited to 'include')
-rw-r--r-- | include/tng_io.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index c6c961d..f6eb637 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -2705,8 +2705,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecules_get int64_t **molecule_cnt_list, tng_molecule_t **mols); - -/** +/* * @brief High-level function for adding a molecule to the mol system. * @param tng_data is the trajectory containing the mol system. * @param name is the name of the molecule to add. @@ -2718,11 +2717,12 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecules_get * @return TNG_SUCCESS (0) if successful, TNG_FAILURE (1) if a minor error * has occured or TNG_CRITICAL (2) if a major error has occured. */ -tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecule_add +/*tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecule_add (tng_trajectory_t tng_data, const char *name, const int64_t cnt, tng_molecule_t *mol); +*/ /* // tng_function_status DECLSPECDLLEXPORT tng_util_molecule_particles_get // (tng_trajectory_t tng_data, |