Skip to content

Commit

Permalink
Delete TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanKKrueger committed Oct 23, 2024
1 parent 55197b2 commit 99cf011
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spiner/databox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ class DataBox {
PORTABLE_FORCEINLINE_FUNCTION T interpToReal(const T x4, const T x3,
const T x2, const int idx,
const T x1) const noexcept;
// TODO: I intentionally did not choose the name interpToReal.
// (1) There are possible name collisions with the various different versions
// of interpToReal that I don't want to trip over.
// (2) I think it would be worth testing if DataBox works for other
// (non-real) types, such as std::complex.
// Entry point for recursive interpolation. See interp_core for actual
// recursion. There are multiple versions of interp_core to handle the
// different inputs allowed:
Expand Down

0 comments on commit 99cf011

Please sign in to comment.