/* EGAD: born_radius_sasa.h Navin Pokala and Tracy Handel Dept. of Molecular and Cell Biology University of California, Berkeley Copyright (C) 2003 Regents of the University of California GNU Public License Aug 12 2003 Absolutely no warranties are made or are implied with the use of this program or its parts. This file is the header for born_radius_sasa.cpp */ #ifndef born_radius_sasa_header_flag #define born_radius_sasa_header_flag #include #include #include #include #include #include #include #include "structure_types.h" #include "energy_functions.h" /* calculates born radii and sasa for each atom in pdb (array of mini_pdbATOM) places these values in pdb[i].born_radius and pdb[i].sasa respectively */ void born_radius_sasa(mini_pdbATOM *pdb); #endif