FitNCaCPDB.c



BOOL FitNCaCPDB(PDB *ref_pdb, PDB *fit_pdb, REAL rm[3][3])

Inputs

PDB *ref_pdb Reference PDB linked list

Input/Output

PDB *fit_pdb Mobile PDB linked list

Outputs

REAL rm[3][3] Rotation matrix (May be input as NULL).

Returns

BOOL Success

Description

Fits two PDB linked lists using only the CA atoms.

Actually fits fit_pdb onto ref_pdb and also returns the rotation matrix. This may be NULL if these data are not required.

Created: 12.12.01 Last Modified: 12.12.01