#define EXTERN  extern
#include        "define.h"

timeseries()
   {
   *(tsptr[1-(*Flag & 1)] - (hitcount * 2))     = *(IQPTR + *Tsgate * 2);
   *(tsptr[1-(*Flag & 1)] - (hitcount * 2) - 1) = *(IQPTR + *Tsgate * 2 + 1);
   }
