Skip to content

Commit

Permalink
🔀 merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgillis committed Jul 15, 2020
2 parents eaf49ee + ea53c67 commit 82d1461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ji0.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define C_GAMMA 0.5772156649015328606
#define N_KEPT 50

static long double inv_f_sqr[N_KEPT];
static long double inv_f_sqr[N_KEPT+1];


/**
Expand Down Expand Up @@ -94,4 +94,4 @@ static inline double Ji0(double x){
return -Ji0c(x) + log(x/2) + C_GAMMA;
}

#endif
#endif

0 comments on commit 82d1461

Please sign in to comment.