Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Dec 21, 2023
1 parent fcc7ddf commit fc75b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/photospline/detail/bspline_eval.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bool splinetable<Alloc>::searchcenters(const double* x, int* centers) const
else
min = centers[i]+1;
} while (x[i] < knots[i][centers[i]] ||
x[i] >= knots[i][centers[i]+1]);
x[i] >= knots[i][centers[i]+1]);

/*
* B-splines are defined on a half-open interval. For the
Expand Down

0 comments on commit fc75b69

Please sign in to comment.