GLYLIB  0.3.0b
declarations.h
Go to the documentation of this file.
00001 /* \file declarations.h 
00002 \brief declarations for functions requiring multiple header files...  Probably
00003 needs to be done more elegantly.
00004 
00005  declarations.h begun 20071016 by BLFoley
00006  */
00007 #if !defined(GLYLIB_DECLARES)
00008 #define GLYLIB_DECLARES
00009 /** \addtogroup ANALYSIS
00010  * @{
00011  */
00012 dockinfo *load_dlg_mol(fileset F,types *T);
00013 void load_atypes(fileset FT, types *T);
00014 void findAD3Energies(fileset F,dockinfo* D,int di);
00015 void findAD4Energies(fileset F,dockinfo* D,int di);
00016 /** @}*/
00017 #endif
 All Classes Files Functions Variables Typedefs Defines