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 /src | |
parent | 4e77af15c632b2fcff2ce2ba5914c5e4b2539b05 (diff) |
Disabled tng_util_trajectory_molecule_add() again.
More fixes to tng_implicit_num_particles_set().
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 62883ca..386da35 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -9726,10 +9726,9 @@ tng_function_status DECLSPECDLLEXPORT tng_implicit_num_particles_set stat = tng_molecule_find(tng_data, "TNG_IMPLICIT_MOL", -1, &mol); if(stat != TNG_SUCCESS) { - stat = tng_util_trajectory_molecule_add(tng_data, - "TNG_IMPLICIT_MOL", - diff, - &mol); + stat = tng_molecule_add(tng_data, + "TNG_IMPLICIT_MOL", + &mol); if(stat != TNG_SUCCESS) { return(stat); @@ -14461,6 +14460,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecules_get return(TNG_SUCCESS); } +/* tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecule_add (tng_trajectory_t tng_data, const char *name, @@ -14481,7 +14481,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecule_add return(stat); } - +*/ tng_function_status DECLSPECDLLEXPORT tng_util_molecule_particles_get (tng_trajectory_t tng_data, const tng_molecule_t mol, |