GLYLIB  0.3.0b
read_amber8_mden.h
Go to the documentation of this file.
00001 /** \file read_amber8_mden.h Header file reading in mden files 
00002 output by amber programs starting at around version 8.
00003 
00004 Begun 20070910 by BLFoley as a different file
00005 Changed to current form starting on 20080528
00006 */
00007 
00008 #if !defined(GLYLIB_AMBER_MDEN_HEADER)
00009 #define GLYLIB_AMBER_MDEN_HEADER
00010 
00011 #include <mylib.h>
00012 #include <general.h>
00013 #include <molecules.h>
00014 
00015 double **read_amber8_mden(int NENT,char **ENT,int NDATA,fileset F);
00016 
00017 #endif
 All Classes Files Functions Variables Typedefs Defines