GLYLIB
0.3.0b
|
#include <gly_fileutils.h>
Public Attributes | |
char * | N |
FILE * | F |
the name of the file -- use strdup to allocate/copy |
Definition at line 23 of file gly_fileutils.h.
FILE* fileset::F |
the name of the file -- use strdup to allocate/copy
Definition at line 25 of file gly_fileutils.h.
Referenced by add_trajcrds_to_prmtop_assembly(), deallocateFileset(), findAD3Energies(), findAD4Energies(), load_atypes(), load_dlg_mol(), read_amber8_mden(), read_amber_prmtop_asis(), read_prep(), read_prepres(), slurp_file(), and write_amber_prmtop().
char* fileset::N |
Definition at line 24 of file gly_fileutils.h.
Referenced by load_atypes(), load_dlg_mol(), read_amber8_mden(), read_amber_prmtop_asis(), read_prep(), read_prepres(), slurp_file(), and write_amber_prmtop().