141 if(ref_coor) free(ref_coor);
142 if(fit_coor) free(fit_coor);
149 if(ref_coor) free(ref_coor);
150 if(fit_coor) free(fit_coor);
179 rm[i][j] = RotMat[i][j];
Include file for PDB routines.
int blGetPDBCoor(PDB *pdb, COOR **coor)
BOOL blFitPDB(PDB *ref_pdb, PDB *fit_pdb, REAL rm[3][3])
BOOL blMatfit(COOR *x1, COOR *x2, REAL rm[3][3], int n, REAL *wt1, BOOL column)
Include file for least squares fitting.
void blGetCofGPDB(PDB *pdb, VEC3F *cg)
System-type variable type definitions.
void blOriginPDB(PDB *pdb)
Type definitions for maths.
void blTranslatePDB(PDB *pdb, VEC3F tvect)
void blApplyMatrixPDB(PDB *pdb, REAL matrix[3][3])