This is a list of the bugs fixed and enhancements made in the PASSCAL source code to handle data from Reftek dataloggers. The version of the PASSCAL software that these changes are based on is 1.9.
Comments or complaints to
George Helffrich
*** get_rate.c.orig Thu Apr 18 17:15:33 1996
--- get_rate.c Sun May 21 21:54:00 2000
***************
*** 127,133 ****
&n_ptr->offset, &n_ptr->slope);
passcal_month_day(&t, t.day);
t.sec = sec + ms / 1000.;
! n_ptr->epoch = (double) (passcal_htoe(t) + ms / 1000.);
n_ptr->line_num = line_num;
n_ptr->modified = FALSE;
if (n_ptr->offset == 0.0 && n_ptr->slope == 0.0) {
--- 127,133 ----
&n_ptr->offset, &n_ptr->slope);
passcal_month_day(&t, t.day);
t.sec = sec + ms / 1000.;
! n_ptr->epoch = (double) (passcal_htoe(&t) + ms / 1000.);
n_ptr->line_num = line_num;
n_ptr->modified = FALSE;
if (n_ptr->offset == 0.0 && n_ptr->slope == 0.0) {
Bug fixes: