Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Oct 21, 2024
1 parent 93d6160 commit 5a77623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/interpolator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ double Interpolator::y(double x, int interval)
// Approximate data at specified x value using three-point interpolation
double Interpolator::approximate(const Data1D &data, double x)
{
// Grab xand y arrays
// Grab x and y arrays
const auto &xData = data.xAxis();
const auto &yData = data.values();

Expand Down

0 comments on commit 5a77623

Please sign in to comment.