GLYLIB
0.3.0b
|
00001 /** \file AMBER/amber_coords.h 00002 \brief header file that loads utilities related to file I/O 00003 */ 00004 #if !defined(GLYLIB_AMBER_COORDS) 00005 #define GLYLIB_AMBER_COORDS 00006 /** Counts snapshots in a crd file 00007 00008 Makes certain that the number of snapshots read from a crd file makes 00009 sense in terms of the given topology file. This declaration should be moved to 00010 some other location eventually (not so general -- really just amber). */ 00011 int crdsnaps(const char *, const char *, int); 00012 #endif