Skip to content

Commit

Permalink
fold_psrfits: Fix tsubint calc error (installed at GB 08/20/2011).
Browse files Browse the repository at this point in the history
  • Loading branch information
demorest committed May 30, 2012
1 parent 5129e79 commit 1322fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fold_psrfits.c
Expand Up @@ -505,7 +505,7 @@ int main(int argc, char *argv[]) {
/* Clear counters, avgs */
clear_foldbuf(&fb);
pf_out.sub.offs = 0.0;
offs0 = pf.sub.offs - 0.5*pf.sub.tsubint;
offs0 = pf.sub.offs + 0.5*pf.sub.tsubint;
subcount=0;

/* Set next output time */
Expand Down

0 comments on commit 1322fee

Please sign in to comment.