GLYLIB  0.3.0b
find_molecules.c File Reference
Include dependency graph for find_molecules.c:

Go to the source code of this file.

Classes

struct  tempintset

Functions

void follow_find_molecule_amber_prmtop_bond_target (molbond *MB, molindex *AT, tempintset *SI, tempintset *TI, int i, int mN)
void find_molecules_molbond_array (int nMB, molbond *MB, int NATOM, molindex *AT)

Function Documentation

void find_molecules_molbond_array ( int  nMB,
molbond MB,
int  NATOM,
molindex AT 
)

Definition at line 37 of file find_molecules.c.

References follow_find_molecule_amber_prmtop_bond_target(), tempintset::i, molindex::i, molbond::i, molindex::m, mywhine(), tempintset::n, molbond::s, and molbond::t.

Referenced by parse_amber_prmtop().

Here is the call graph for this function:

Here is the caller graph for this function:

void follow_find_molecule_amber_prmtop_bond_target ( molbond MB,
molindex AT,
tempintset SI,
tempintset TI,
int  i,
int  mN 
)

Definition at line 134 of file find_molecules.c.

References tempintset::i, molindex::i, molbond::i, molindex::m, mywhine(), tempintset::n, molbond::s, and molbond::t.

Referenced by find_molecules_molbond_array().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Defines