GetPDBCoor.c



int GetPDBCoor(PDB *pdb, COOR **coor)

Inputs

PDB *pdb PDB linked list

Outputs

COOR **coor Array of coordinate structure pointers

Returns

int Number of coordinates copied

Description

Get the coordinates out of a PDB linked list into an array of type COOR The COOR array is allocated for you

Created: 17.06.93 Last Modified: 22.06.93