Skip to content

Commit

Permalink
Fixing bad merge in QInt.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Nov 11, 2024
1 parent 295c161 commit 47fe343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utilities/QuadraticInterpolator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public:
QuadraticInterpolator(double xmin, double xmax, size_t n, const Func& F);
QuadraticInterpolator(double xmin, double xmax, const std::vector<double>& yvals);
SPHERAL_HOST_DEVICE QuadraticInterpolator() = default;
~QuadraticInterpolator();

// Initialize after construction, either with a function or tabulated values
template<typename Func>
Expand Down

0 comments on commit 47fe343

Please sign in to comment.