FitCaPDB.c



BOOL FitCaPDB(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: 14.03.96 Last Modified: 14.03.96