FindRawAtomInRes.c



PDB *FindRawAtomInRes(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: 28.02.01 Last Modified: 28.02.01