/**************************************************************************/ /**************************************************************************/ /************************** "steric" **********************************/ /**************************************************************************/ /************* Program to calculate ligand cone ********************/ /************* angles as a measure of steric size ********************/ /**************************************************************************/ /**************************************************************************/ /**************************************************************************/ /****************** overlap calculation routines **************************/ /**************************************************************************/ /****************** This module is **************************/ /****************** system independant **************************/ /**************************************************************************/ #define SA_OV 128 /* use solid angle of overlap instead of vertex angle */ /**************************************************************************/ double Steric_Overlap(Mol *M, Set *set, unsigned short mode); /**************************************************************************/ /****************** The End ... *****************************************/ /**************************************************************************/