FindAtomInRes.c



PDB *FindAtomInRes(PDB *pdb, char *atnam_in)

Inputs

PDB *pdb The beginning of a residue in a PDB linked list
char *atnam_in An atom name to search for (doesn't need to be space-padded)

Returns

PDB * Pointer to required atom, NULL if not found

Created: 14.03.96 Last Modified: 14.03.96