Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick authored and olebole committed Mar 10, 2024
1 parent 8051d47 commit b2636c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrv/rvcorrel.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include "rvfilter.h"
# used as a working space. Sign convention of this routine, if DATA1 lags
# DATA2, i.e. is shifted to the right of it, then ANS will show a peak at
# positive lags.
# Referece: Numerical Recipes in C, ch 12, Press, et al.
# Reference: Numerical Recipes in C, ch 12, Press, et al.

procedure rv_correl (rv, data1, data2, npts, ans)

Expand Down

0 comments on commit b2636c7

Please sign in to comment.