CopyPDBCoords.c



BOOL CopyPDBCoords(PDB *out, PDB *in)

Inputs

PDB *in Input PDB linked list

Outputs

PDB *out Output PDB linked list

Returns

BOOL Success?

Description

Applies the coordinates of `in' to `out'. Assumes that the structures are equivalent with identical atom ordering. Makes a simple check on resnam and atnam at each position.

Created: 11.10.95 Last Modified: 11.10.95