# include "pdb.h" # define BiG_NuM_MaX 30000 # define INTSIZE 4 # define EOR -2 /* defines End Of Record */ /*################################################################################### This is the new trajectory reading program, for a test see read_mdb.sgi in ~/code/read_mdb/ . incorporated britt's code ###################################################################################*/ /* get_mdb_coords reads in an mdb file (fort.1) It sets istep every time. It sets min and max only on the first call. It returns EOF at the end of the trajectory. Otherwise, it returns 0. */ int get_mdb_coords (file_records *f, int * istep, float * min, float * max) ; bool BrittSkip (long times, file_records * f, int * istepP) ;