Home
last modified time | relevance | path

Searched refs:molecule_p (Results 1 – 3 of 3) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/tests/
H A Dmd_openmp.f80 pointer (molecule_p, molecule)
168 call tng_molecule_add(traj, "water", molecule_p)
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/include/tng/
H A Dtng_io.h1510 tng_molecule_t *molecule_p);
1522 tng_molecule_t *molecule_p);
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/lib/
H A Dtng_io.c7000 tng_molecule_t *molecule_p) in tng_molecule_existing_add() argument
7044 molecule = *molecule_p; in tng_molecule_existing_add()
7053 free(*molecule_p); in tng_molecule_existing_add()
7057 *molecule_p = molecule; in tng_molecule_existing_add()
8041 *molecule_p = (tng_molecule_t)malloc(sizeof(struct tng_molecule)); in tng_molecule_alloc()
8042 if(!*molecule_p) in tng_molecule_alloc()
8049 tng_molecule_init(tng_data, *molecule_p); in tng_molecule_alloc()
8057 if(!*molecule_p) in tng_molecule_free()
8062 tng_molecule_destroy(tng_data, *molecule_p); in tng_molecule_free()
8064 free(*molecule_p); in tng_molecule_free()
[all …]