GLYLIB
0.3.0b
|
00001 /** \file amber.h Badly named file, since amber.h is not unique. 00002 Recommend name change. 00003 00004 Begun June-ish, 2008 by BLFoley. Contains the main header files likely to 00005 be needed by procedures related to amber. */ 00006 00007 #if !defined(GLYLIB_AMBER_MAIN_HEADERS) 00008 #define GLYLIB_AMBER_MAIN_HEADERS 00009 00010 #include <AMBER/read_amber8_mden.h> 00011 #include <AMBER/read_prep.h> 00012 #include <AMBER/run_control.h> 00013 #include <AMBER/amber_prmtop.h> 00014 #include <AMBER/amber_coords.h> 00015 00016 #endif